gpu_neon: make use of unai's lineskip mode
[pcsx_rearmed.git] / frontend / plat_omap.c
index f168a5f..bee0912 100644 (file)
@@ -120,6 +120,10 @@ void plat_step_volume(int is_up)
 {
 }
 
+void plat_trigger_vibrate(void)
+{
+}
+
 void plat_init(void)
 {
        const char *main_fb_name, *layer_fb_name;
@@ -177,6 +181,8 @@ void plat_init(void)
        }
        g_menubg_ptr = temp_frame;
 
+       plat_pandora_init(); // XXX
+
        return;
 
 fail1: