summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt/apt_s.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-12-08 04:30:10 +0100
committerLioncash <mathew1800@gmail.com>2016-12-08 04:53:10 +0100
commit258694996f288f8edb8a407b3a16ffb1876b2120 (patch)
tree87522a963db3a6cd2e0c40a4788a32320ca54c98 /src/core/hle/service/apt/apt_s.cpp
parentMerge pull request #2282 from lioncash/svc (diff)
downloadyuzu-258694996f288f8edb8a407b3a16ffb1876b2120.tar
yuzu-258694996f288f8edb8a407b3a16ffb1876b2120.tar.gz
yuzu-258694996f288f8edb8a407b3a16ffb1876b2120.tar.bz2
yuzu-258694996f288f8edb8a407b3a16ffb1876b2120.tar.lz
yuzu-258694996f288f8edb8a407b3a16ffb1876b2120.tar.xz
yuzu-258694996f288f8edb8a407b3a16ffb1876b2120.tar.zst
yuzu-258694996f288f8edb8a407b3a16ffb1876b2120.zip
Diffstat (limited to '')
-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() {