aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/ptm/ptm_play.cpp
diff options
context:
space:
mode:
authorGravatar purpasmart96 <kanzoconfigz@hotmail.com>2015-04-30 13:13:22 -0700
committerGravatar purpasmart96 <kanzoconfigz@hotmail.com>2015-05-11 17:11:26 -0700
commit53130fffd91b4b737305ec0a54c510221ff1db09 (patch)
tree871fcffdc15600608cc721a34ab51ad8b8398dde /src/core/hle/service/ptm/ptm_play.cpp
parenta08bb13e8baec4f565c15042c662ff5a198c42d8 (diff)
PTM: Changed the way the ptm services are handled to be like the
IR, HID, and APT services.
Diffstat (limited to 'src/core/hle/service/ptm/ptm_play.cpp')
-rw-r--r--src/core/hle/service/ptm/ptm_play.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/hle/service/ptm/ptm_play.cpp b/src/core/hle/service/ptm/ptm_play.cpp
index 8e8ae855..48e68a3d 100644
--- a/src/core/hle/service/ptm/ptm_play.cpp
+++ b/src/core/hle/service/ptm/ptm_play.cpp
@@ -9,10 +9,10 @@ namespace Service {
namespace PTM {
const Interface::FunctionInfo FunctionTable[] = {
- { 0x08070082, nullptr, "GetPlayHistory" },
- { 0x08080000, nullptr, "GetPlayHistoryStart" },
- { 0x08090000, nullptr, "GetPlayHistoryLength" },
- { 0x080B0080, nullptr, "CalcPlayHistoryStart" },
+ {0x08070082, nullptr, "GetPlayHistory"},
+ {0x08080000, nullptr, "GetPlayHistoryStart"},
+ {0x08090000, nullptr, "GetPlayHistoryLength"},
+ {0x080B0080, nullptr, "CalcPlayHistoryStart"},
};
PTM_Play_Interface::PTM_Play_Interface() {