cdriso: handle eboot and it's TOC, some refactoring
[pcsx_rearmed.git] / frontend / plat_dummy.c
index c6af46b..44ba4a8 100644 (file)
@@ -31,7 +31,34 @@ void plat_video_menu_end(void)
 {
 }
 
+void plat_video_menu_leave(void)
+{
+}
+
 void plat_init(void)
 {
 }
 
+void plat_finish(void)
+{
+}
+
+void bgr555_to_rgb565(void *d, void *s, int len)
+{
+}
+
+void bgr888_to_rgb888(void *d, void *s, int len)
+{
+}
+
+void bgr888_to_rgb565(void *d, void *s, int len)
+{
+}
+
+void in_update_analogs(void)
+{
+}
+
+void pandora_rescan_inputs(void)
+{
+}