Browse Source
Updated AppletAE with more service names.
pull/15/merge
Hexagon12
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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"}, |
|
|
|
|