X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplat_dummy.c;h=a34f9004cb77dfea5a8c768241e818d9d18399bb;hb=83a79d01995051a2778784887d086689ff815667;hp=c6af46b71bce7ca509a72bb3bbdd71c0f56695fa;hpb=3c70c47bb2fa50066c4c3b23813253e03b8751fe;p=pcsx_rearmed.git diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index c6af46b7..a34f9004 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -31,7 +31,14 @@ void plat_video_menu_end(void) { } +void plat_video_menu_leave(void) +{ +} + void plat_init(void) { } +void plat_finish(void) +{ +}