X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fgpu.h;h=cc202c53de8d87a5731dc780856a7da892639008;hp=aa0eb7b4924145a0abe862137c6b3d853e57aa9c;hb=19e7cf877b6a925517238c59485edf5fe85bf2a1;hpb=deb18d24e522ab1d9860ffa5730559e3e6a6aa5d diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index aa0eb7b4..cc202c53 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -74,6 +74,7 @@ struct psx_gpu { uint32_t enabled:1; uint32_t active:1; uint32_t frame_ready:1; + uint32_t skipped_blits:5; const int *advice; } frameskip; }; @@ -84,5 +85,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);