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