From 258694996f288f8edb8a407b3a16ffb1876b2120 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 7 Dec 2016 22:30:10 -0500 Subject: apt: Update apt function tables Updated based off information from 3dbrew. --- src/core/hle/service/apt/apt_s.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/hle/service/apt/apt_s.cpp') diff --git a/src/core/hle/service/apt/apt_s.cpp b/src/core/hle/service/apt/apt_s.cpp index c4556a5de..84019e6e5 100644 --- a/src/core/hle/service/apt/apt_s.cpp +++ b/src/core/hle/service/apt/apt_s.cpp @@ -94,9 +94,12 @@ const Interface::FunctionInfo FunctionTable[] = { {0x00530104, nullptr, "Unwrap1"}, {0x00550040, SetScreenCapPostPermission, "SetScreenCapPostPermission"}, {0x00560000, GetScreenCapPostPermission, "GetScreenCapPostPermission"}, + {0x00570044, nullptr, "WakeupApplication2"}, {0x00580002, nullptr, "GetProgramID"}, {0x01010000, CheckNew3DSApp, "CheckNew3DSApp"}, {0x01020000, CheckNew3DS, "CheckNew3DS"}, + {0x01040000, nullptr, "IsStandardMemoryLayout"}, + {0x01050100, nullptr, "IsTitleAllowed"}, }; APT_S_Interface::APT_S_Interface() { -- cgit v1.2.3