From 7bb53f3bf10acf3b97d635b75e50b3c51b2ff862 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 9 Mar 2005 23:07:32 +0000 Subject: Patch #1013937 "OSystem layer with bigger resolution". Now you will always get at least 640x400 window. And finally we have means of implementing nice looking GUI. Also updated all backends. If your backend has ability to run with 640x400 or 640x480 resolution then read patch tracker item to find out details. Other port maintainers shouldn't worry, as this patch doesn't affect them, they still get their 320x200. svn-id: r17055 --- backends/gp32/gp32.cpp | 2 +- backends/gp32/gp32.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/gp32') 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; } -- cgit v1.2.3