Browse Source

Updated AppletOE with more service names.

nce_cpp
Hexagon12 8 years ago
committed by GitHub
parent
commit
22ef1d1cc5
  1. 1
      src/core/hle/service/am/applet_oe.cpp

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

Loading…
Cancel
Save