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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/gp32/gp32_osys.cpp b/backends/gp32/gp32_osys.cpp
index a52472edfd..68adfb3576 100644
--- a/backends/gp32/gp32_osys.cpp
+++ b/backends/gp32/gp32_osys.cpp
@@ -114,6 +114,8 @@ void OSystem_GP32::initSize(uint width, uint height) {
_overlayWidth = width;
_overlayHeight = height;
+// _overlayWidth = 320;
+// _overlayHeight = 240;
// Create the surface that contains the 8 bit game data
_gameScreen = new uint8[_screenWidth * _screenHeight];
@@ -345,12 +347,10 @@ void OSystem_GP32::copyRectToOverlay(const OverlayColor *buf, int pitch, int x,
}
int16 OSystem_GP32::getOverlayHeight() {
- //NP("OSys::getOverlayHeight()");
return getHeight();
}
int16 OSystem_GP32::getOverlayWidth() {
- //NP("OSys::getOverlayWidth()");
return getWidth();
}