frontend: get rid of plat_rescan_inputs
[pcsx_rearmed.git] / frontend / plat_omap.c
index c9f576b..5474bda 100644 (file)
@@ -116,6 +116,10 @@ void plat_video_menu_leave(void)
                fprintf(stderr, "warning: vout_fbdev_resize failed\n");
 }
 
+void plat_step_volume(int is_up)
+{
+}
+
 void plat_init(void)
 {
        const char *main_fb_name, *layer_fb_name;
@@ -173,6 +177,8 @@ void plat_init(void)
        }
        g_menubg_ptr = temp_frame;
 
+       plat_pandora_init(); // XXX
+
        return;
 
 fail1: