X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpeops_if.c;h=191fce17b3b5111680d76031548a34ba44d047fb;hp=48fd431b95e7e38316c783dd5ef80d8645bee344;hb=5d834c089ea695dba7643cba8686ce2ac06d8db4;hpb=9a6e78167b192106ed58bfac00e82f4c6caa2586 diff --git a/plugins/gpu_neon/peops_if.c b/plugins/gpu_neon/peops_if.c index 48fd431b..191fce17 100644 --- a/plugins/gpu_neon/peops_if.c +++ b/plugins/gpu_neon/peops_if.c @@ -377,7 +377,7 @@ void renderer_sync_ecmds(uint32_t *ecmds) cmdSTP((unsigned char *)&ecmds[6]); } -void renderer_invalidate_caches(int x, int y, int w, int h) +void renderer_update_caches(int x, int y, int w, int h) { } @@ -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)