diff options
| author | Lioncash <mathew1800@gmail.com> | 2016-12-08 05:27:36 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2016-12-08 06:13:10 -0500 |
| commit | 56656b75abf0d5c00b53fb091f17b2aa0d3f1c7c (patch) | |
| tree | 1a24b668ca050518df82811558839edbd23675c0 /src/core/hle/service/ptm/ptm_sets.cpp | |
| parent | cd778cf9915689f14fbf7bd4499edd186993bc9e (diff) | |
service: Add common ptm:u commands to other ptm services
3dbrew indicates that all services have access to these commands
except for ptm:sets.
Diffstat (limited to 'src/core/hle/service/ptm/ptm_sets.cpp')
| -rw-r--r-- | src/core/hle/service/ptm/ptm_sets.cpp | 1 |
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"}, }; |
