diff options
author | Hexagon12 <Hexagon12@users.noreply.github.com> | 2018-04-10 17:41:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 17:41:17 +0200 |
commit | 434cffa37d66d1acae0816620ab38fcdfadaf833 (patch) | |
tree | 41d2f6f60fa3e732427cd0ba0575e4d83ffd0ab3 /src | |
parent | Updated AppletAE with more service names. (diff) | |
download | yuzu-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')
-rw-r--r-- | src/core/hle/service/am/applet_oe.cpp | 1 |
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"}, |