summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2019-01-29 22:15:42 -0500
committerGravatar Lioncash2019-01-29 22:50:26 -0500
commitc3affdd162c7fafc630343e49905ee24effe7cef (patch)
tree30e1c168fc58412c7c401a43ac0f590f29b5522c /src
parentservice/fsp-srv: Update function tables (diff)
downloadyuzu-c3affdd162c7fafc630343e49905ee24effe7cef.tar.gz
yuzu-c3affdd162c7fafc630343e49905ee24effe7cef.tar.xz
yuzu-c3affdd162c7fafc630343e49905ee24effe7cef.zip
service/am/applet_ae: Update function tables
Updates function tables based off information provided by SwitchBrew.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/am/applet_ae.cpp3
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,
249 {300, nullptr, "OpenOverlayAppletProxy"}, 249 {300, nullptr, "OpenOverlayAppletProxy"},
250 {350, nullptr, "OpenSystemApplicationProxy"}, 250 {350, nullptr, "OpenSystemApplicationProxy"},
251 {400, nullptr, "CreateSelfLibraryAppletCreatorForDevelop"}, 251 {400, nullptr, "CreateSelfLibraryAppletCreatorForDevelop"},
252 {401, nullptr, "GetSystemAppletControllerForDebug"}, 252 {410, nullptr, "GetSystemAppletControllerForDebug"},
253 {1000, nullptr, "GetDebugFunctions"},
253 }; 254 };
254 // clang-format on 255 // clang-format on
255 256