frontend: get rid of plat_rescan_inputs
[pcsx_rearmed.git] / frontend / plat_omap.c
index 6cc4eaa..5474bda 100644 (file)
@@ -20,7 +20,7 @@
 #include "plugin_lib.h"
 #include "pl_gun_ts.h"
 #include "omap.h"
-#include "pandora.h"
+#include "plat.h"
 
 
 static struct vout_fbdev *main_fb;
@@ -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,8 +177,7 @@ void plat_init(void)
        }
        g_menubg_ptr = temp_frame;
 
-       // hmh
-       pandora_rescan_inputs();
+       plat_pandora_init(); // XXX
 
        return;