summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/am/applet_oe.cpp1
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"},