diff options
Diffstat (limited to 'src/core/hle')
| -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"}, | 
