X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fgpu.h;fp=plugins%2Fgpu_neon%2Fgpu.h;h=033581e87f5c6f97504bc6c939ae39f35436c0aa;hp=aa0eb7b4924145a0abe862137c6b3d853e57aa9c;hb=9394ada5d3140e3426592a25722f4fe7083cce9d;hpb=deb18d24e522ab1d9860ffa5730559e3e6a6aa5d 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);