Service/DLP: IsChild: Skip parameter

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

View file

@ -13,6 +13,7 @@ namespace DLP {
void DLP_SRVR::IsChild(Kernel::HLERequestContext& ctx) {
IPC::RequestParser rp(ctx, 0x0E, 1, 0);
rp.Skip(1, false);
IPC::RequestBuilder rb = rp.MakeBuilder(2, 0);
rb.Push(RESULT_SUCCESS);