X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Funai_if.cpp;h=8917f2a304ab0e816cce88c4b6f932a6e62f022c;hp=4e3e7f915b89a4d7a69bb41dce438f1dd1acf7b4;hb=5d834c089ea695dba7643cba8686ce2ac06d8db4;hpb=89c0de4234815e0fa9e8399b940ecec6c89a062b diff --git a/plugins/gpu_neon/unai_if.cpp b/plugins/gpu_neon/unai_if.cpp index 4e3e7f91..8917f2a3 100644 --- a/plugins/gpu_neon/unai_if.cpp +++ b/plugins/gpu_neon/unai_if.cpp @@ -264,7 +264,7 @@ void renderer_sync_ecmds(uint32_t *ecmds) 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"