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