From cd778cf9915689f14fbf7bd4499edd186993bc9e Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 8 Dec 2016 05:20:12 -0500 Subject: service: Drop '_Interface' in ptm service class names Inheriting from Service::Interface makes this obvious. --- src/core/hle/service/ptm/ptm_sysm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/ptm/ptm_sysm.cpp') diff --git a/src/core/hle/service/ptm/ptm_sysm.cpp b/src/core/hle/service/ptm/ptm_sysm.cpp index 82e118e2b..f6d8c0c82 100644 --- a/src/core/hle/service/ptm/ptm_sysm.cpp +++ b/src/core/hle/service/ptm/ptm_sysm.cpp @@ -42,7 +42,7 @@ const Interface::FunctionInfo FunctionTable[] = { {0x08180040, nullptr, "ConfigureNew3DSCPU"}, }; -PTM_Sysm_Interface::PTM_Sysm_Interface() { +PTM_Sysm::PTM_Sysm() { Register(FunctionTable); } -- cgit v1.2.3