X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat_dummy.c;h=9a3254986817381c9bba8070b6f50e70828ca08e;hp=6249df5f02f5fcc3f7a5a16fae946cb3e8df447b;hb=6469a8c407ff23af8b7a6218f759b368eec7c339;hpb=1f219c7b8a6f2b7a70f595ccdfe419ea034c9411 diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index 6249df5f..9a325498 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -6,20 +6,12 @@ */ #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 +28,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) { }