diff options
author | Hexagon12 <Hexagon12@users.noreply.github.com> | 2018-04-10 18:39:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 18:39:46 +0300 |
commit | 0cc2e7d81d819c4ca17c45045f27de24413f87ca (patch) | |
tree | ac9bfc7d16e12815994a3a31a9dac5435eae1d27 /src | |
parent | 84d39530cf1b60f8c5f61e9fc6d52de1c2e239c7 (diff) |
Updated AppletAE with more service names.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/service/am/applet_ae.cpp | 1 |
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"}, |