diff options
| author | 2018-04-10 18:41:17 +0300 | |
|---|---|---|
| committer | 2018-04-10 18:41:17 +0300 | |
| commit | 434cffa37d66d1acae0816620ab38fcdfadaf833 (patch) | |
| tree | 41d2f6f60fa3e732427cd0ba0575e4d83ffd0ab3 /src/core | |
| parent | Updated AppletAE with more service names. (diff) | |
| download | yuzu-434cffa37d66d1acae0816620ab38fcdfadaf833.tar.gz yuzu-434cffa37d66d1acae0816620ab38fcdfadaf833.tar.xz yuzu-434cffa37d66d1acae0816620ab38fcdfadaf833.zip | |
Updated AppletOE with more service names.
Diffstat (limited to 'src/core')
| -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: | |||
| 21 | {2, &IApplicationProxy::GetWindowController, "GetWindowController"}, | 21 | {2, &IApplicationProxy::GetWindowController, "GetWindowController"}, |
| 22 | {3, &IApplicationProxy::GetAudioController, "GetAudioController"}, | 22 | {3, &IApplicationProxy::GetAudioController, "GetAudioController"}, |
| 23 | {4, &IApplicationProxy::GetDisplayController, "GetDisplayController"}, | 23 | {4, &IApplicationProxy::GetDisplayController, "GetDisplayController"}, |
| 24 | {10, nullptr, "GetProcessWindingController"}, | ||
| 24 | {11, &IApplicationProxy::GetLibraryAppletCreator, "GetLibraryAppletCreator"}, | 25 | {11, &IApplicationProxy::GetLibraryAppletCreator, "GetLibraryAppletCreator"}, |
| 25 | {20, &IApplicationProxy::GetApplicationFunctions, "GetApplicationFunctions"}, | 26 | {20, &IApplicationProxy::GetApplicationFunctions, "GetApplicationFunctions"}, |
| 26 | {1000, &IApplicationProxy::GetDebugFunctions, "GetDebugFunctions"}, | 27 | {1000, &IApplicationProxy::GetDebugFunctions, "GetDebugFunctions"}, |