frontend cleanup
[pcsx_rearmed.git] / frontend / plat_dummy.c
index 0b4f100..a34f900 100644 (file)
@@ -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)
 {
 }