From 4742480dcabcbd9d23fd8cb9a655fc8c9c314513 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 30 May 2009 22:47:25 +0300 Subject: wiz port wip --- video.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'video.c') diff --git a/video.c b/video.c index 1240377..5a1181f 100644 --- a/video.c +++ b/video.c @@ -88,8 +88,13 @@ static void Ge_Finish_Callback(int id, void *arg) #else #ifdef GP2X_BUILD -#include "SDL_gp2x.h" -SDL_Surface *hw_screen; + #ifdef WIZ_BUILD + static void SDL_GP2X_AllowGfxMemory() {} + #include + #else + #include "SDL_gp2x.h" + #endif + SDL_Surface *hw_screen; #endif SDL_Surface *screen; const u32 video_scale = 1; -- cgit v1.2.3