yuzu-mainline/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
apm
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
btdrv
btm
caps caps:su Stub out SetShimLibraryVersion 2020-04-30 15:16:53 -04:00
erpt
es Merge pull request #3697 from lioncash/declarations 2020-04-23 02:18:52 -04:00
eupld
fatal
fgm
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
hid Merge pull request #3926 from ogniK5377/keyboard-states 2020-05-19 15:55:14 -04:00
lbl
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
mii
mm
ncm service: Update function tables 2020-04-20 15:53:49 -04:00
nfc
nfp
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
pctl service: Update function tables 2020-04-20 15:53:49 -04:00
pcv
pm
prepo service: Update function tables 2020-04-20 15:53:49 -04:00
psc
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
ssl
time time_zone: Use std::chrono::seconds for strong typing. 2020-05-12 18:44:07 -04:00
usb
vi Don't fail silently for vi, sm, set and ns services 2020-04-29 11:15:21 +10:00
wlan
service.cpp
service.h