Browse Source

Updated AppletAE with more service names.

pull/15/merge
Hexagon12 8 years ago
committed by GitHub
parent
commit
0cc2e7d81d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/core/hle/service/am/applet_ae.cpp

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

Loading…
Cancel
Save