mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
service/dlp: Addressed comment about what value to push
This commit is contained in:
parent
f5f5ac2197
commit
a1e56c1811
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user