summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_oe.cpp
diff options
context:
space:
mode:
authorHexagon12 <Hexagon12@users.noreply.github.com>2018-04-10 17:41:17 +0200
committerGitHub <noreply@github.com>2018-04-10 17:41:17 +0200
commit434cffa37d66d1acae0816620ab38fcdfadaf833 (patch)
tree41d2f6f60fa3e732427cd0ba0575e4d83ffd0ab3 /src/core/hle/service/am/applet_oe.cpp
parentUpdated AppletAE with more service names. (diff)
downloadyuzu-434cffa37d66d1acae0816620ab38fcdfadaf833.tar
yuzu-434cffa37d66d1acae0816620ab38fcdfadaf833.tar.gz
yuzu-434cffa37d66d1acae0816620ab38fcdfadaf833.tar.bz2
yuzu-434cffa37d66d1acae0816620ab38fcdfadaf833.tar.lz
yuzu-434cffa37d66d1acae0816620ab38fcdfadaf833.tar.xz
yuzu-434cffa37d66d1acae0816620ab38fcdfadaf833.tar.zst
yuzu-434cffa37d66d1acae0816620ab38fcdfadaf833.zip
Diffstat (limited to 'src/core/hle/service/am/applet_oe.cpp')
-rw-r--r--src/core/hle/service/am/applet_oe.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/applet_oe.cpp b/src/core/hle/service/am/applet_oe.cpp
index bdcebe689..334c38392 100644
--- a/src/core/hle/service/am/applet_oe.cpp
+++ b/src/core/hle/service/am/applet_oe.cpp
@@ -21,6 +21,7 @@ public:
{2, &IApplicationProxy::GetWindowController, "GetWindowController"},
{3, &IApplicationProxy::GetAudioController, "GetAudioController"},
{4, &IApplicationProxy::GetDisplayController, "GetDisplayController"},
+ {10, nullptr, "GetProcessWindingController"},
{11, &IApplicationProxy::GetLibraryAppletCreator, "GetLibraryAppletCreator"},
{20, &IApplicationProxy::GetApplicationFunctions, "GetApplicationFunctions"},
{1000, &IApplicationProxy::GetDebugFunctions, "GetDebugFunctions"},