summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/hle/service/am/applet_oe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/applet_oe.cpp b/src/core/hle/service/am/applet_oe.cpp
index e2bb581ff..f3d66ea96 100644
--- a/src/core/hle/service/am/applet_oe.cpp
+++ b/src/core/hle/service/am/applet_oe.cpp
@@ -81,7 +81,7 @@ private:
81 void ReceiveMessage(Kernel::HLERequestContext& ctx) { 81 void ReceiveMessage(Kernel::HLERequestContext& ctx) {
82 IPC::RequestBuilder rb{ctx, 3}; 82 IPC::RequestBuilder rb{ctx, 3};
83 rb.Push(RESULT_SUCCESS); 83 rb.Push(RESULT_SUCCESS);
84 rb.Push<u32>(1); 84 rb.Push<u32>(15);
85 85
86 LOG_WARNING(Service, "(STUBBED) called"); 86 LOG_WARNING(Service, "(STUBBED) called");
87 } 87 }