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