Ryujinx/Ryujinx.HLE/HOS/Services/Nifm/StaticService
Ac_K b93fe5979a
nifm: Fix returned buffer size of GetClientId (#2036)
This PR fix an issue introduced on last IPC rewrite PRs where some returned buffer size have to be explicit now.
`GetClientId` without an explicit buffer size return some garbage to the guest and then `nifm` service crashes because of a wrong ClientId. It's fixed now.

Horizon Chase Turbo and Doom regression are fixed now.  (Probably some other games too)
2021-02-19 20:18:13 +01:00
..
GeneralService Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Types Implement GetCurrentIpConfigInfo (#943) 2020-02-17 16:28:41 +01:00
IGeneralService.cs nifm: Fix returned buffer size of GetClientId (#2036) 2021-02-19 20:18:13 +01:00
IRequest.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00