X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=video.c;h=5a1181fa29f8b3c4011df330f2dd89f84dfc2384;hb=4742480dcabcbd9d23fd8cb9a655fc8c9c314513;hp=1240377129e903861a18c6f1a5b42785212e70f2;hpb=90206450327a222607119b04f34cf1853faf37f8;p=gpsp.git 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;