psx_gpu: texture cache fix2
[pcsx_rearmed.git] / frontend / plat_omap.c
index c9f576b..bee0912 100644 (file)
@@ -116,6 +116,14 @@ void plat_video_menu_leave(void)
                fprintf(stderr, "warning: vout_fbdev_resize failed\n");
 }
 
+void plat_step_volume(int is_up)
+{
+}
+
+void plat_trigger_vibrate(void)
+{
+}
+
 void plat_init(void)
 {
        const char *main_fb_name, *layer_fb_name;
@@ -173,6 +181,8 @@ void plat_init(void)
        }
        g_menubg_ptr = temp_frame;
 
+       plat_pandora_init(); // XXX
+
        return;
 
 fail1: