Merge pull request #3896 from valentinvanelslande/dlp-fix

Service/DLP: Fix IsChild
This commit is contained in:
Weiyi Wang
2018-06-29 22:21:14 +03:00
committed by GitHub

View File

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