aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/ptm_sysm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ptm_sysm.cpp')
-rw-r--r--src/core/hle/service/ptm_sysm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ptm_sysm.cpp b/src/core/hle/service/ptm_sysm.cpp
index 4b5f86a4..b6f688de 100644
--- a/src/core/hle/service/ptm_sysm.cpp
+++ b/src/core/hle/service/ptm_sysm.cpp
@@ -50,7 +50,7 @@ const Interface::FunctionInfo FunctionTable[] = {
// Interface class
Interface::Interface() {
- Register(FunctionTable, ARRAY_SIZE(FunctionTable));
+ Register(FunctionTable);
}
} // namespace