summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_ae.cpp
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2020-05-01 03:20:43 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2020-05-01 03:20:43 +0200
commit8850d85341999079d06182ee7b7380df284227cb (patch)
tree88789b07239cf248eaa6656b110c7dcee2b33736 /src/core/hle/service/am/applet_ae.cpp
parentMerge pull request #3823 from ogniK5377/setvrmode (diff)
downloadyuzu-8850d85341999079d06182ee7b7380df284227cb.tar
yuzu-8850d85341999079d06182ee7b7380df284227cb.tar.gz
yuzu-8850d85341999079d06182ee7b7380df284227cb.tar.bz2
yuzu-8850d85341999079d06182ee7b7380df284227cb.tar.lz
yuzu-8850d85341999079d06182ee7b7380df284227cb.tar.xz
yuzu-8850d85341999079d06182ee7b7380df284227cb.tar.zst
yuzu-8850d85341999079d06182ee7b7380df284227cb.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/applet_ae.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/applet_ae.cpp b/src/core/hle/service/am/applet_ae.cpp
index e454b77d8..9df286d17 100644
--- a/src/core/hle/service/am/applet_ae.cpp
+++ b/src/core/hle/service/am/applet_ae.cpp
@@ -202,7 +202,7 @@ private:
IPC::ResponseBuilder rb{ctx, 2, 0, 1};
rb.Push(RESULT_SUCCESS);
- rb.PushIpcInterface<IHomeMenuFunctions>();
+ rb.PushIpcInterface<IHomeMenuFunctions>(system.Kernel());
}
void GetGlobalStateController(Kernel::HLERequestContext& ctx) {