diff options
Diffstat (limited to 'backends/gp32')
-rw-r--r-- | backends/gp32/gp32.cpp | 2 | ||||
-rw-r--r-- | backends/gp32/gp32.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/gp32/gp32.cpp b/backends/gp32/gp32.cpp index c8912ed166..0ff9827a0a 100644 --- a/backends/gp32/gp32.cpp +++ b/backends/gp32/gp32.cpp @@ -229,7 +229,7 @@ const char shortkey3[] = "wlptuo"; // samnmax const char *shortkey; int skindex = 0; -void OSystem_GP32::initSize(uint w, uint h) { +void OSystem_GP32::initSize(uint w, uint h, int overlayScale) { /*switch (menu[MENU_SCREENPOS].index) { * case 0 : scrofsy = 239 - (240 - h)/2; break; * case 1 : scrofsy = 239; break; diff --git a/backends/gp32/gp32.h b/backends/gp32/gp32.h index b5a9db6ee3..9b32f64255 100644 --- a/backends/gp32/gp32.h +++ b/backends/gp32/gp32.h @@ -88,7 +88,7 @@ public: // Set the size of the video bitmap. // Typically, 320x200 - void initSize(uint w, uint h); + void initSize(uint w, uint h, int overlayScale); int16 getHeight() { return _screenHeight; } int16 getWidth() { return _screenWidth; } |