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