aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt/apt_s.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-12-07 22:30:10 -0500
committerLioncash <mathew1800@gmail.com>2016-12-07 22:53:10 -0500
commit258694996f288f8edb8a407b3a16ffb1876b2120 (patch)
tree87522a963db3a6cd2e0c40a4788a32320ca54c98 /src/core/hle/service/apt/apt_s.cpp
parent2d387d95a8f42a386ab9279e68d0d6edd1ba1aec (diff)
apt: Update apt function tables
Updated based off information from 3dbrew.
Diffstat (limited to 'src/core/hle/service/apt/apt_s.cpp')
-rw-r--r--src/core/hle/service/apt/apt_s.cpp3
1 files changed, 3 insertions, 0 deletions
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() {