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