summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ptm_sets.cpp
diff options
context:
space:
mode:
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"},
};