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=c6af46b71bce7ca509a72bb3bbdd71c0f56695fa;hb=bbd837c6d8a14e76c19028c84ef62a3b8cf0c1f0;hpb=3c70c47bb2fa50066c4c3b23813253e03b8751fe diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index c6af46b7..0b4f100b 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -19,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) { } @@ -35,3 +31,6 @@ void plat_init(void) { } +void plat_finish(void) +{ +}