aboutsummaryrefslogtreecommitdiff
path: root/backends/gp32/gp32_osys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/gp32/gp32_osys.cpp')
-rw-r--r--backends/gp32/gp32_osys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/gp32/gp32_osys.cpp b/backends/gp32/gp32_osys.cpp
index 52dd1d32a5..da0b0a0475 100644
--- a/backends/gp32/gp32_osys.cpp
+++ b/backends/gp32/gp32_osys.cpp
@@ -98,7 +98,7 @@ int OSystem_GP32::getGraphicsMode() const {
return -1;
}
-void OSystem_GP32::initSize(uint width, uint height, int overlayScale) {
+void OSystem_GP32::initSize(uint width, uint height) {
NP("OSys::initSize()");
if (width == _screenWidth && height == _screenHeight)