summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ptm_play.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-05-13 05:10:54 +0200
committerbunnei <bunneidev@gmail.com>2015-05-13 05:10:54 +0200
commit7d21b0663bf7b7eac070dd5a7307ded6584ba3b5 (patch)
treeb2c52a550854f3a29f83f87110989656a21c783b /src/core/hle/service/ptm/ptm_play.cpp
parentMerge pull request #760 from yuriks/gpu-profile (diff)
parentPTM: Changed the way the ptm services are handled to be like the (diff)
downloadyuzu-7d21b0663bf7b7eac070dd5a7307ded6584ba3b5.tar
yuzu-7d21b0663bf7b7eac070dd5a7307ded6584ba3b5.tar.gz
yuzu-7d21b0663bf7b7eac070dd5a7307ded6584ba3b5.tar.bz2
yuzu-7d21b0663bf7b7eac070dd5a7307ded6584ba3b5.tar.lz
yuzu-7d21b0663bf7b7eac070dd5a7307ded6584ba3b5.tar.xz
yuzu-7d21b0663bf7b7eac070dd5a7307ded6584ba3b5.tar.zst
yuzu-7d21b0663bf7b7eac070dd5a7307ded6584ba3b5.zip
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 8e8ae8558..48e68a3d8 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() {