frontend: support analog controller using nubs; some refactoring
[pcsx_rearmed.git] / frontend / plat_dummy.c
index b209f4f..6cbe7f8 100644 (file)
@@ -9,6 +9,7 @@
 #include "linux/fbdev.h"
 
 struct vout_fbdev *layer_fb;
+int g_layer_x, g_layer_y, g_layer_w, g_layer_h;
 struct in_default_bind in_evdev_defbinds[] = {
        { 0, 0, 0 },
 };
@@ -30,7 +31,26 @@ 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 in_update_analogs(void)
+{
+}