From 0cc2e7d81d819c4ca17c45045f27de24413f87ca Mon Sep 17 00:00:00 2001 From: Hexagon12 Date: Tue, 10 Apr 2018 18:39:46 +0300 Subject: Updated AppletAE with more service names. --- src/core/hle/service/am/applet_ae.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/am') diff --git a/src/core/hle/service/am/applet_ae.cpp b/src/core/hle/service/am/applet_ae.cpp index 0e51caa70..154d346d5 100644 --- a/src/core/hle/service/am/applet_ae.cpp +++ b/src/core/hle/service/am/applet_ae.cpp @@ -21,6 +21,7 @@ public: {2, &ILibraryAppletProxy::GetWindowController, "GetWindowController"}, {3, &ILibraryAppletProxy::GetAudioController, "GetAudioController"}, {4, &ILibraryAppletProxy::GetDisplayController, "GetDisplayController"}, + {10, nullptr, "GetProcessWindingController"}, {11, &ILibraryAppletProxy::GetLibraryAppletCreator, "GetLibraryAppletCreator"}, {20, &ILibraryAppletProxy::GetApplicationFunctions, "GetApplicationFunctions"}, {1000, &ILibraryAppletProxy::GetDebugFunctions, "GetDebugFunctions"}, -- cgit v1.2.3