Browse Source
Updated AppletOE 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_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"}, |
|
|
|
|