mirror of
https://github.com/PabloMK7/citra.git
synced 2024-11-17 12:27:18 +01:00
Service/DLP: Fix IsChild
This commit is contained in:
parent
1eeccdd556
commit
482dc91dd6
@ -12,7 +12,7 @@ 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);
|
||||
|
||||
IPC::RequestBuilder rb = rp.MakeBuilder(2, 0);
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
|
Loading…
Reference in New Issue
Block a user