frontend: input driver and volume control for Wiz
[pcsx_rearmed.git] / frontend / plat_dummy.c
index 058ef1b..957eb3e 100644 (file)
@@ -72,3 +72,7 @@ int plat_get_bat_capacity(void)
 {
        return -1;
 }
+
+void plat_step_volume(int is_up)
+{
+}