diff options
| author | Hexagon12 <Hexagon12@users.noreply.github.com> | 2018-04-13 15:17:50 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-13 15:17:50 +0300 |
| commit | b1556309feb9717b68d12c1e55411928e797a243 (patch) | |
| tree | 44141ddb2b3d6093b14886df22d84ff120e941e5 /src/core/hle/service/am/applet_oe.cpp | |
| parent | 227bc78cbefef0866fc39db1383ea4f012583e11 (diff) | |
| parent | b7369f99ec3f794bcc626b83f78efa5728087750 (diff) | |
Merge pull request #1 from yuzu-emu/master
Update fork
Diffstat (limited to 'src/core/hle/service/am/applet_oe.cpp')
| -rw-r--r-- | src/core/hle/service/am/applet_oe.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/applet_oe.cpp b/src/core/hle/service/am/applet_oe.cpp index bdcebe689..334c38392 100644 --- a/src/core/hle/service/am/applet_oe.cpp +++ b/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"}, |
