service/dlp: Addressed comment about what value to push

This commit is contained in:
NarcolepticK 2018-06-29 04:27:37 -04:00
parent f5f5ac2197
commit a1e56c1811
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ void DLP_SRVR::IsChild(Kernel::HLERequestContext& ctx) {
IPC::RequestBuilder rb = rp.MakeBuilder(2, 0);
rb.Push(RESULT_SUCCESS);
rb.PushRaw(0);
rb.Push(false);
NGLOG_WARNING(Service_DLP, "(STUBBED) called");
}