aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applet_oe.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-07-07 21:40:30 -0400
committerGitHub <noreply@github.com>2019-07-07 21:40:30 -0400
commit7b28f954c900536887ce2580d1e654e913580809 (patch)
treeda6e03823d7461f8e02e2deb0fbb8ff521b8e491 /src/core/hle/service/am/applet_oe.cpp
parent8f5aae30746f678eed69d8f311e9b5634a8dd12c (diff)
parent7e5d7773cc6f6eb7e08dd092bdeef1431c19e6c6 (diff)
Merge pull request #2651 from DarkLordZach/apm-boost-mode-1
apm: Initial implementation of performance config and boost mode
Diffstat (limited to 'src/core/hle/service/am/applet_oe.cpp')
-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 6e255fe95..5d53ef113 100644
--- a/src/core/hle/service/am/applet_oe.cpp
+++ b/src/core/hle/service/am/applet_oe.cpp
@@ -80,7 +80,7 @@ private:
IPC::ResponseBuilder rb{ctx, 2, 0, 1};
rb.Push(RESULT_SUCCESS);
- rb.PushIpcInterface<ICommonStateGetter>(msg_queue);
+ rb.PushIpcInterface<ICommonStateGetter>(system, msg_queue);
}
void GetLibraryAppletCreator(Kernel::HLERequestContext& ctx) {