Browse Source

Merge pull request #14 from ogniK5377/master

Changed ICommonStateGetter::ReceiveMessage to allow further execution in games
pull/15/merge
bunnei 8 years ago
committed by GitHub
parent
commit
b1712b8312
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/hle/service/am/applet_oe.cpp

2
src/core/hle/service/am/applet_oe.cpp

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

Loading…
Cancel
Save