Skip to content
Snippets Groups Projects
Commit f3264dd7 authored by David Marcec's avatar David Marcec
Browse files

Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue execution

parent ebd613c2
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ private:
void ReceiveMessage(Kernel::HLERequestContext& ctx) {
IPC::RequestBuilder rb{ctx, 3};
rb.Push(RESULT_SUCCESS);
rb.Push<u32>(1);
rb.Push<u32>(15);
LOG_WARNING(Service, "(STUBBED) called");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment