瀏覽代碼

service/am/applet_ae: Update function tables

Updates function tables based off information provided by SwitchBrew.
Lioncash 7 年之前
父節點
當前提交
c3affdd162
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/core/hle/service/am/applet_ae.cpp

+ 2 - 1
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