diff options
author | Hexagon12 <Hexagon12@users.noreply.github.com> | 2018-04-10 18:41:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 18:41:17 +0300 |
commit | 434cffa37d66d1acae0816620ab38fcdfadaf833 (patch) | |
tree | 41d2f6f60fa3e732427cd0ba0575e4d83ffd0ab3 | |
parent | 0cc2e7d81d819c4ca17c45045f27de24413f87ca (diff) |
Updated AppletOE with more service names.
-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"}, |