summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
authornotaz2009-05-30 22:47:25 +0300
committernotaz2009-05-30 22:47:25 +0300
commit4742480dcabcbd9d23fd8cb9a655fc8c9c314513 (patch)
tree80e9e7410db42a9f582576e0920cef04f981b068 /video.c
parenta6c41a382bd4c79ab5d337536152717afcfa624f (diff)
downloadpicogpsp-4742480dcabcbd9d23fd8cb9a655fc8c9c314513.tar.gz
picogpsp-4742480dcabcbd9d23fd8cb9a655fc8c9c314513.tar.bz2
picogpsp-4742480dcabcbd9d23fd8cb9a655fc8c9c314513.zip
wiz port wip
Diffstat (limited to 'video.c')
-rw-r--r--video.c9
1 files changed, 7 insertions, 2 deletions
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 <SDL.h>
+ #else
+ #include "SDL_gp2x.h"
+ #endif
+ SDL_Surface *hw_screen;
#endif
SDL_Surface *screen;
const u32 video_scale = 1;