aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/am_sys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/am_sys.cpp')
-rw-r--r--src/core/hle/service/am_sys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am_sys.cpp b/src/core/hle/service/am_sys.cpp
index b63c8c08..c5df8abd 100644
--- a/src/core/hle/service/am_sys.cpp
+++ b/src/core/hle/service/am_sys.cpp
@@ -18,7 +18,7 @@ namespace AM_SYS {
// Interface class
Interface::Interface() {
- //Register(FunctionTable, ARRAY_SIZE(FunctionTable));
+ //Register(FunctionTable);
}
} // namespace