summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-12-31 03:30:07 +0100
committerbunnei <bunneidev@gmail.com>2015-12-31 03:30:07 +0100
commit085c8f2987aa5fb56de042714be5546a5b6184c9 (patch)
tree4bc9cb1cedab769e82a84b7a77154872da87df57 /src/core/hle/service/ptm
parentMerge pull request #1316 from lioncash/decode (diff)
parentservices: Update some function tables (diff)
downloadyuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.tar
yuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.tar.gz
yuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.tar.bz2
yuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.tar.lz
yuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.tar.xz
yuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.tar.zst
yuzu-085c8f2987aa5fb56de042714be5546a5b6184c9.zip
Diffstat (limited to 'src/core/hle/service/ptm')
-rw-r--r--src/core/hle/service/ptm/ptm_sysm.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/ptm/ptm_sysm.cpp b/src/core/hle/service/ptm/ptm_sysm.cpp
index 655658f3b..3ecfab05c 100644
--- a/src/core/hle/service/ptm/ptm_sysm.cpp
+++ b/src/core/hle/service/ptm/ptm_sysm.cpp
@@ -39,7 +39,8 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x08110000, nullptr, "GetShellStatus"},
{0x08120000, nullptr, "IsShutdownByBatteryEmpty"},
{0x08130000, nullptr, "FormatSavedata"},
- {0x08140000, nullptr, "GetLegacyJumpProhibitedFlag"}
+ {0x08140000, nullptr, "GetLegacyJumpProhibitedFlag"},
+ {0x08180040, nullptr, "ConfigureNew3DSCPU"},
};
PTM_Sysm_Interface::PTM_Sysm_Interface() {