gpu_neon: add some intelace mode handling
[pcsx_rearmed.git] / plugins / gpu_neon / peops_if.c
index 48fd431..2e967f2 100644 (file)
@@ -385,6 +385,10 @@ void renderer_flush_queues(void)
 {
 }
 
+void renderer_set_interlace(int enable, int is_odd)
+{
+}
+
 #include "../../frontend/plugin_lib.h"
 
 void renderer_set_config(const struct rearmed_cbs *cbs)