gpu_neon/psx_gpu: workaround for library build
[pcsx_rearmed.git] / plugins / gpu_neon / unai_if.cpp
index 4e3e7f9..8917f2a 100644 (file)
@@ -264,7 +264,7 @@ void renderer_sync_ecmds(uint32_t *ecmds)
   unai_do_prim(0xe6, &ecmds[6], 1);
 }
 
   unai_do_prim(0xe6, &ecmds[6], 1);
 }
 
-void renderer_invalidate_caches(int x, int y, int w, int h)
+void renderer_update_caches(int x, int y, int w, int h)
 {
 }
 
 {
 }
 
@@ -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"
 #ifndef TEST
 
 #include "../../frontend/plugin_lib.h"