continue with pandora port
[fceu.git] / drivers / sdl / sdl.c
index 300916e..3f20ffe 100644 (file)
@@ -7,6 +7,7 @@
 #include "../libpicofe/menu.h"
 #include "../libpicofe/input.h"
 #include "../libpicofe/in_sdl.h"
+#include "../libpicofe/plat.h"
 #include "../../video.h"
 
 static const struct in_default_bind in_sdl_defbinds[] = {
@@ -28,6 +29,8 @@ static SDL_Surface *screen;
 static char fps_str[32];
 static SDL_Color psdl[256];
 
+struct plat_target plat_target;
+
 static int changemode(int bpp)
 {
        const SDL_VideoInfo *vinf;