Просмотр исходного кода

Updated AppletAE with more service names.

Hexagon12 8 лет назад
Родитель
Сommit
0cc2e7d81d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/core/hle/service/am/applet_ae.cpp

+ 1 - 0
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"},