X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fgpu_neon%2Fgpu.h;h=033581e87f5c6f97504bc6c939ae39f35436c0aa;hb=b094071f3a952169907415a7a8b38e9bdb2a4722;hp=aa0eb7b4924145a0abe862137c6b3d853e57aa9c;hpb=deb18d24e522ab1d9860ffa5730559e3e6a6aa5d;p=pcsx_rearmed.git diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index aa0eb7b4..033581e8 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -84,5 +84,9 @@ extern const unsigned char cmd_lengths[256]; void do_cmd_list(uint32_t *list, int count); +int renderer_init(void); +void renderer_invalidate_caches(int x, int y, int w, int h); +void renderer_flush_queues(void); + int vout_init(void); int vout_finish(void);