diff options
author | Hexagon12 <Hexagon12@users.noreply.github.com> | 2018-04-10 17:39:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 17:39:46 +0200 |
commit | 0cc2e7d81d819c4ca17c45045f27de24413f87ca (patch) | |
tree | ac9bfc7d16e12815994a3a31a9dac5435eae1d27 | |
parent | Updated AM with more service names. (diff) | |
download | yuzu-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 '')
-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"}, |