From 96e04001564ef531a4132f269ed0aceba4d52f5f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 25 Apr 2012 15:52:13 +0000 Subject: fix resolution --- gui.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui.c b/gui.c index d508ef0..597f215 100644 --- a/gui.c +++ b/gui.c @@ -26,9 +26,9 @@ SDL_Surface *screen; SDL_Surface *scratch; -SDL_Rect draw = { 16, 12, 128, 96 }; -SDL_Rect scr = { 0, 0, 160, 120 }; -SDL_Rect real = { 0, 0, 640, 480 }; +SDL_Rect draw = { 16, 16, 128, 96 }; +SDL_Rect scr = { 0, 0, 160, 128 }; +SDL_Rect real = { 0, 0, 480, 384 }; SDL_Rect gl = { 0, 0, 4, 8 }; SDL_Color color[0x10] = { -- cgit v1.2.3