mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 08:29:59 +00:00
service/am/applet_ae: Update function tables
Updates function tables based off information provided by SwitchBrew.
This commit is contained in:
parent
09727a6a97
commit
c3affdd162
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue