summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Hexagon122018-04-10 18:39:46 +0300
committerGravatar GitHub2018-04-10 18:39:46 +0300
commit0cc2e7d81d819c4ca17c45045f27de24413f87ca (patch)
treeac9bfc7d16e12815994a3a31a9dac5435eae1d27 /src/core
parentUpdated AM with more service names. (diff)
downloadyuzu-0cc2e7d81d819c4ca17c45045f27de24413f87ca.tar.gz
yuzu-0cc2e7d81d819c4ca17c45045f27de24413f87ca.tar.xz
yuzu-0cc2e7d81d819c4ca17c45045f27de24413f87ca.zip
Updated AppletAE with more service names.
Diffstat (limited to 'src/core')
-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:
21 {2, &ILibraryAppletProxy::GetWindowController, "GetWindowController"}, 21 {2, &ILibraryAppletProxy::GetWindowController, "GetWindowController"},
22 {3, &ILibraryAppletProxy::GetAudioController, "GetAudioController"}, 22 {3, &ILibraryAppletProxy::GetAudioController, "GetAudioController"},
23 {4, &ILibraryAppletProxy::GetDisplayController, "GetDisplayController"}, 23 {4, &ILibraryAppletProxy::GetDisplayController, "GetDisplayController"},
24 {10, nullptr, "GetProcessWindingController"},
24 {11, &ILibraryAppletProxy::GetLibraryAppletCreator, "GetLibraryAppletCreator"}, 25 {11, &ILibraryAppletProxy::GetLibraryAppletCreator, "GetLibraryAppletCreator"},
25 {20, &ILibraryAppletProxy::GetApplicationFunctions, "GetApplicationFunctions"}, 26 {20, &ILibraryAppletProxy::GetApplicationFunctions, "GetApplicationFunctions"},
26 {1000, &ILibraryAppletProxy::GetDebugFunctions, "GetDebugFunctions"}, 27 {1000, &ILibraryAppletProxy::GetDebugFunctions, "GetDebugFunctions"},