diff options
| author | bunnei <bunneidev@gmail.com> | 2018-04-13 00:25:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-13 00:25:32 -0400 |
| commit | b7369f99ec3f794bcc626b83f78efa5728087750 (patch) | |
| tree | 44141ddb2b3d6093b14886df22d84ff120e941e5 /src/core/hle/service/am/applet_ae.cpp | |
| parent | 9629736625fddcd1bc6d2557e0fe80ff6e685eba (diff) | |
| parent | cc89b7bfcbe3448c8ca3e224b8d3fa628214748e (diff) | |
Merge pull request #319 from Hexagon12/service-name-fix
Various service name fixes - part 1
Diffstat (limited to 'src/core/hle/service/am/applet_ae.cpp')
| -rw-r--r-- | src/core/hle/service/am/applet_ae.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/applet_ae.cpp b/src/core/hle/service/am/applet_ae.cpp index 0e51caa70..154d346d5 100644 --- a/src/core/hle/service/am/applet_ae.cpp +++ b/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"}, |
