mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-22 15:42:48 +00:00
Merge pull request #3896 from valentinvanelslande/dlp-fix
Service/DLP: Fix IsChild
This commit is contained in:
commit
490b7ded01
|
@ -12,7 +12,8 @@ namespace Service {
|
|||
namespace DLP {
|
||||
|
||||
void DLP_SRVR::IsChild(Kernel::HLERequestContext& ctx) {
|
||||
IPC::RequestParser rp(ctx, 0x0E, 0, 0);
|
||||
IPC::RequestParser rp(ctx, 0x0E, 1, 0);
|
||||
rp.Skip(1, false);
|
||||
|
||||
IPC::RequestBuilder rb = rp.MakeBuilder(2, 0);
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
|
|
Loading…
Reference in a new issue