summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_oe.cpp
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-06-29 04:46:51 +0200
committerZach Hilman <zachhilman@gmail.com>2019-06-29 04:46:51 +0200
commit7e5d7773cc6f6eb7e08dd092bdeef1431c19e6c6 (patch)
tree71ae13ce3550a37e1ee2c7e0fcd3364d533d29ec /src/core/hle/service/am/applet_oe.cpp
parentcore: Keep instance of APM Controller (diff)
downloadyuzu-7e5d7773cc6f6eb7e08dd092bdeef1431c19e6c6.tar
yuzu-7e5d7773cc6f6eb7e08dd092bdeef1431c19e6c6.tar.gz
yuzu-7e5d7773cc6f6eb7e08dd092bdeef1431c19e6c6.tar.bz2
yuzu-7e5d7773cc6f6eb7e08dd092bdeef1431c19e6c6.tar.lz
yuzu-7e5d7773cc6f6eb7e08dd092bdeef1431c19e6c6.tar.xz
yuzu-7e5d7773cc6f6eb7e08dd092bdeef1431c19e6c6.tar.zst
yuzu-7e5d7773cc6f6eb7e08dd092bdeef1431c19e6c6.zip
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) {