summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ptm_sets.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-12-08 11:27:36 +0100
committerLioncash <mathew1800@gmail.com>2016-12-08 12:13:10 +0100
commit56656b75abf0d5c00b53fb091f17b2aa0d3f1c7c (patch)
tree1a24b668ca050518df82811558839edbd23675c0 /src/core/hle/service/ptm/ptm_sets.cpp
parentservice: Drop '_Interface' in ptm service class names (diff)
downloadyuzu-56656b75abf0d5c00b53fb091f17b2aa0d3f1c7c.tar
yuzu-56656b75abf0d5c00b53fb091f17b2aa0d3f1c7c.tar.gz
yuzu-56656b75abf0d5c00b53fb091f17b2aa0d3f1c7c.tar.bz2
yuzu-56656b75abf0d5c00b53fb091f17b2aa0d3f1c7c.tar.lz
yuzu-56656b75abf0d5c00b53fb091f17b2aa0d3f1c7c.tar.xz
yuzu-56656b75abf0d5c00b53fb091f17b2aa0d3f1c7c.tar.zst
yuzu-56656b75abf0d5c00b53fb091f17b2aa0d3f1c7c.zip
Diffstat (limited to 'src/core/hle/service/ptm/ptm_sets.cpp')
-rw-r--r--src/core/hle/service/ptm/ptm_sets.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/ptm/ptm_sets.cpp b/src/core/hle/service/ptm/ptm_sets.cpp
index 85823f001..a8c6cf227 100644
--- a/src/core/hle/service/ptm/ptm_sets.cpp
+++ b/src/core/hle/service/ptm/ptm_sets.cpp
@@ -8,6 +8,7 @@ namespace Service {
namespace PTM {
const Interface::FunctionInfo FunctionTable[] = {
+ // Note that this service does not have access to ptm:u's common commands
{0x00010080, nullptr, "SetSystemTime"},
};