From 56656b75abf0d5c00b53fb091f17b2aa0d3f1c7c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 8 Dec 2016 05:27:36 -0500 Subject: service: Add common ptm:u commands to other ptm services 3dbrew indicates that all services have access to these commands except for ptm:sets. --- src/core/hle/service/ptm/ptm_sets.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/ptm/ptm_sets.cpp') 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"}, }; -- cgit v1.2.3