suyu/src/core/hle/service
VolcaEM 235805edf3
nifm: correct assert in CreateTemporaryNetworkProfile
This has been wrong since 0432af5ad1
I haven't found a game that called this function (and I haven't tried this on a real Switch), and because of this I haven't been able to check if the number in assert OR the string in the assert is wrong, but one of the two is wrong:
NetworkProfileData is 0x18E, while SfNetworkProfileData is 0x17C, according to Switchbrew
Switchbrew doesn't officially say that NetworkProfileData's size is 0x18E but it's possible to calculate its size since Switchbrew provides the size and the offset of all the components of NetworkProfileData (which isn't currently implemented in yuzu, alongside SfNetworkProfileData)
NetworkProfileData documentation: https://switchbrew.org/wiki/Network_Interface_services#NetworkProfileData
SfNetworkProfileData documentation: https://switchbrew.org/wiki/Network_Interface_services#SfNetworkProfileData
Since I trust ogniK's work on reversing NIFM, I'd assume this was just a typo in the string
2020-05-21 10:23:53 +02:00
..
acc Merge pull request #3822 from ogniK5377/GetAccountId 2020-05-03 23:15:03 -04:00
am Merge pull request #3843 from ogniK5377/GetPopFromGeneralChannelEvent 2020-05-04 16:20:11 -04:00
aoc Merge pull request #3094 from lioncash/tables 2019-11-24 20:30:58 -05:00
apm apm/controller: Make SetPerformanceConfiguration() use an array of pairs over a map 2019-10-17 16:13:14 -04:00
audio marked stubs 2020-04-29 00:43:05 +10:00
bcat Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
bpc service: Add bpc and pcv services 2018-08-01 16:13:04 -04:00
btdrv service: Update function tables 2019-11-12 10:32:56 -05:00
btm kernel: events: Remove ResetType::Automatic. 2019-11-03 04:22:45 -05:00
caps caps:su Stub out SetShimLibraryVersion 2020-04-30 15:16:53 -04:00
erpt service: Update function tables 2019-11-12 10:32:56 -05:00
es Merge pull request #3697 from lioncash/declarations 2020-04-23 02:18:52 -04:00
eupld service: Add eupld services 2018-07-25 22:13:43 -04:00
fatal hle/service: Replace global system instance calls with instance-based ones 2019-10-06 13:42:23 -04:00
fgm Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 2018-11-26 17:06:13 +11:00
filesystem service: fsp_srv: Stub implementation of OpenMultiCommitManager. 2020-05-11 12:54:30 -04:00
friend service: Update function tables 2020-04-20 15:53:49 -04:00
glue style: Change AMs & Glues error codes to be dec instead of hex 2020-04-29 00:49:49 +10:00
grc service: Add the grc:c service 2018-07-26 09:53:58 -04:00
hid Merge pull request #3926 from ogniK5377/keyboard-states 2020-05-19 15:55:14 -04:00
lbl Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 2018-11-26 17:06:13 +11:00
ldn IUserLocalCommunicationService: add function Initialize2 2020-02-16 13:24:34 +07:00
ldr service: Update function tables 2020-04-20 15:53:49 -04:00
lm core: memory: Move to Core::Memory namespace. 2020-04-17 00:59:28 -04:00
mig service: Add migration services 2018-08-02 10:09:45 -04:00
mii core: Initialize several structs that make use of Common::UUID. 2020-01-04 13:29:55 -05:00
mm Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 2018-11-26 17:06:13 +11:00
ncm service: Update function tables 2020-04-20 15:53:49 -04:00
nfc service: Update function tables 2019-11-12 10:32:56 -05:00
nfp kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
nifm nifm: correct assert in CreateTemporaryNetworkProfile 2020-05-21 10:23:53 +02:00
nim nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterface 2020-04-30 23:10:20 +10:00
npns service: Update function tables 2020-04-20 15:53:49 -04:00
ns Don't fail silently for vi, sm, set and ns services 2020-04-29 11:15:21 +10:00
nvdrv nvdrv: Fix GetGpuTime stack corruption 2020-05-02 00:14:37 +10:00
nvflinger nv_flinger: Use enum for pixel format instead of u32 2020-05-16 13:47:55 +10:00
pcie service: Add the pcie service 2018-07-31 06:40:21 -04:00
pctl service: Update function tables 2020-04-20 15:53:49 -04:00
pcv service: Add bpc and pcv services 2018-08-01 16:13:04 -04:00
pm Merge pull request #3094 from lioncash/tables 2019-11-24 20:30:58 -05:00
prepo service: Update function tables 2020-04-20 15:53:49 -04:00
psc service/psc: Update function tables 2019-01-29 21:16:24 -05:00
ptm psm: Mark as debug instead of warning 2020-04-29 22:39:49 +10:00
set Don't fail silently for vi, sm, set and ns services 2020-04-29 11:15:21 +10:00
sm Don't fail silently for vi, sm, set and ns services 2020-04-29 11:15:21 +10:00
sockets service: Update function tables 2020-04-20 15:53:49 -04:00
spl hle/service: Resolve unused variable warnings 2019-04-04 13:18:09 -04:00
ssl service: Update function tables 2019-11-12 10:32:56 -05:00
time time_zone: Use std::chrono::seconds for strong typing. 2020-05-12 18:44:07 -04:00
usb service/usb: Update function table 2018-12-02 15:49:40 -05:00
vi Don't fail silently for vi, sm, set and ns services 2020-04-29 11:15:21 +10:00
wlan service: Add wlan services 2018-07-28 21:54:55 -04:00
service.cpp kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
service.h kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00