X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat_dummy.c;h=a34f9004cb77dfea5a8c768241e818d9d18399bb;hp=0b4f100b5d5d7897f0375e5ed3091b83bc04c586;hb=609aa81e7cec42c1d1cc4376b1bd5d9f1cdd6894;hpb=4f3639fab62fa95f4bdc620b2e3500e717a0fcf3 diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index 0b4f100b..a34f9004 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -19,6 +19,10 @@ int omap_enable_layer(int enabled) return 0; } +void plat_video_menu_enter(int is_rom_loaded) +{ +} + void plat_video_menu_begin(void) { } @@ -27,6 +31,10 @@ void plat_video_menu_end(void) { } +void plat_video_menu_leave(void) +{ +} + void plat_init(void) { }