Reverte some changes - VICE crashes anyway

This commit is contained in:
pelya
2010-11-23 19:04:23 +02:00
parent bb94c54b8e
commit 00a5ee79f8
2 changed files with 2 additions and 4 deletions

View File

@@ -1 +1 @@
vice
openttd

View File

@@ -100,7 +100,7 @@ static void ANDROID_UpdateRects(_THIS, int numrects, SDL_Rect *rects);
/* Private display data */
#define SDL_NUMMODES 10
#define SDL_NUMMODES 9
static SDL_Rect *SDL_modelist[SDL_NUMMODES+1];
//#define SDL_modelist (this->hidden->SDL_modelist)
@@ -239,8 +239,6 @@ int ANDROID_VideoInit(_THIS, SDL_PixelFormat *vformat)
SDL_modelist[8]->w = SDL_ANDROID_sWindowWidth / 2;
SDL_modelist[8]->h = SDL_ANDROID_sWindowHeight / 2;
SDL_modelist[9] = NULL;
//SDL_modelist[9]->w = 533; SDL_modelist[9]->h = 320; // For VICE
//SDL_modelist[10] = NULL;
SDL_VideoInit_1_3(NULL, 0);