diff options
author | bunnei <bunneidev@gmail.com> | 2015-12-31 03:30:07 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-12-31 03:30:07 +0100 |
commit | 085c8f2987aa5fb56de042714be5546a5b6184c9 (patch) | |
tree | 4bc9cb1cedab769e82a84b7a77154872da87df57 /src/core/hle/service/ptm | |
parent | Merge pull request #1316 from lioncash/decode (diff) | |
parent | services: Update some function tables (diff) | |
download | yuzu-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.cpp | 3 |
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() { |