gpu_neon: add some intelace mode handling
[pcsx_rearmed.git] / plugins / gpu_neon / unai_if.cpp
index 4e3e7f9..072993a 100644 (file)
@@ -272,6 +272,10 @@ void renderer_flush_queues(void)
 {
 }
 
+void renderer_set_interlace(int enable, int is_odd)
+{
+}
+
 #ifndef TEST
 
 #include "../../frontend/plugin_lib.h"