aboutsummaryrefslogtreecommitdiff
path: root/backends/gp32/gp32_osys.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/gp32/gp32_osys.h')
-rw-r--r--backends/gp32/gp32_osys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/gp32/gp32_osys.h b/backends/gp32/gp32_osys.h
index 4bb2bfb1f1..0833577bc2 100644
--- a/backends/gp32/gp32_osys.h
+++ b/backends/gp32/gp32_osys.h
@@ -95,7 +95,7 @@ public:
virtual bool setGraphicsMode(int mode);
bool setGraphicsMode(const char *name);
virtual int getGraphicsMode() const;
- virtual void initSize(uint width, uint height, int overlayScale);
+ virtual void initSize(uint width, uint height);
virtual int16 getHeight();
virtual int16 getWidth();
virtual void setPalette(const byte *colors, uint start, uint num);