diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2019-06-28 22:46:51 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2019-06-28 22:46:51 -0400 |
| commit | 7e5d7773cc6f6eb7e08dd092bdeef1431c19e6c6 (patch) | |
| tree | 71ae13ce3550a37e1ee2c7e0fcd3364d533d29ec /src/core/hle/service/am/applet_oe.cpp | |
| parent | e2ad3e1fb0771a5280601dbcb9bafe9ebe323492 (diff) | |
am: Implement SetCpuBoostMode in terms of APM
Diffstat (limited to 'src/core/hle/service/am/applet_oe.cpp')
| -rw-r--r-- | src/core/hle/service/am/applet_oe.cpp | 2 |
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) { |
