X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fgpu.h;h=a0cdbf74e49b4d6143206a1d72a265a24c9682b7;hb=65092fd8a8191ea66f980cbed9310ebdb5a13dcc;hp=033581e87f5c6f97504bc6c939ae39f35436c0aa;hpb=9394ada5d3140e3426592a25722f4fe7083cce9d;p=pcsx_rearmed.git diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 033581e8..a0cdbf74 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; }; @@ -85,6 +86,7 @@ extern const unsigned char cmd_lengths[256]; void do_cmd_list(uint32_t *list, int count); int renderer_init(void); +void renderer_sync_ecmds(uint32_t * ecmds); void renderer_invalidate_caches(int x, int y, int w, int h); void renderer_flush_queues(void);