X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat_dummy.c;h=0b4f100b5d5d7897f0375e5ed3091b83bc04c586;hp=b209f4fe0bf6631743d3ab424782e856d9fa1b9d;hb=bbd837c6d8a14e76c19028c84ef62a3b8cf0c1f0;hpb=ccf51908872ddeb811b1245e6751600b860d90b5 diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index b209f4fe..0b4f100b 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -9,6 +9,7 @@ #include "linux/fbdev.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 }, }; @@ -18,10 +19,6 @@ int omap_enable_layer(int enabled) return 0; } -void plat_video_menu_enter(int is_rom_loaded) -{ -} - void plat_video_menu_begin(void) { } @@ -34,3 +31,6 @@ void plat_init(void) { } +void plat_finish(void) +{ +}