frontend: support analog controller using nubs; some refactoring
[pcsx_rearmed.git] / frontend / plat_dummy.c
index 44d9068..6cbe7f8 100644 (file)
@@ -50,3 +50,7 @@ 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)
+{
+}