diff options
| author | bunnei <bunneidev@gmail.com> | 2019-01-31 15:19:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-31 15:19:44 -0500 |
| commit | b0b027d2d01f7f74a4e46fd0fecc9a0fec25fb07 (patch) | |
| tree | 9dcf40fb0a6774698b19be47f915370256100220 /src/core/hle/service/am/applet_ae.cpp | |
| parent | db21ac262774029a7b844e626a6474202263f9aa (diff) | |
| parent | 5078106068cf6e0497152b00ae1aaf26529c7898 (diff) | |
Merge pull request #2072 from lioncash/service
service: Update function tables
Diffstat (limited to 'src/core/hle/service/am/applet_ae.cpp')
| -rw-r--r-- | src/core/hle/service/am/applet_ae.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/am/applet_ae.cpp b/src/core/hle/service/am/applet_ae.cpp index 41a573a91..b888f861d 100644 --- a/src/core/hle/service/am/applet_ae.cpp +++ b/src/core/hle/service/am/applet_ae.cpp @@ -249,7 +249,8 @@ AppletAE::AppletAE(std::shared_ptr<NVFlinger::NVFlinger> nvflinger, {300, nullptr, "OpenOverlayAppletProxy"}, {350, nullptr, "OpenSystemApplicationProxy"}, {400, nullptr, "CreateSelfLibraryAppletCreatorForDevelop"}, - {401, nullptr, "GetSystemAppletControllerForDebug"}, + {410, nullptr, "GetSystemAppletControllerForDebug"}, + {1000, nullptr, "GetDebugFunctions"}, }; // clang-format on |
