Service/DLP: Fix IsChild

This commit is contained in:
Valentin Vanelslande 2018-06-29 13:03:16 -05:00 committed by GitHub
parent 1eeccdd556
commit 482dc91dd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);