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