X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat_dummy.c;h=26cd3a225b6ed9889645549f3a291cc373272491;hp=6249df5f02f5fcc3f7a5a16fae946cb3e8df447b;hb=b07c18e8645a17be916266820ae564e0d320cc1a;hpb=3a40ff141abca7d9c5a1e3f47e41c26d9bc3b3ff diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index 6249df5f..26cd3a22 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -5,21 +5,8 @@ * See the COPYING file in the top-level directory. */ -#include "common/input.h" -#include "linux/fbdev.h" #include "plat.h" -struct vout_fbdev *layer_fb; -int g_layer_x, g_layer_y, g_layer_w, g_layer_h; -struct in_default_bind in_evdev_defbinds[] = { - { 0, 0, 0 }, -}; - -int omap_enable_layer(int enabled) -{ - return 0; -} - void plat_video_menu_enter(int is_rom_loaded) { } @@ -36,6 +23,24 @@ void plat_video_menu_leave(void) { } +void plat_gvideo_open(void) +{ +} + +void *plat_gvideo_set_mode(int *w, int *h, int *bpp) +{ + return 0; +} + +void *plat_gvideo_flip(void) +{ + return 0; +} + +void plat_gvideo_close(void) +{ +} + void plat_init(void) { }