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=a0cdbf74e49b4d6143206a1d72a265a24c9682b7;hp=cc202c53de8d87a5731dc780856a7da892639008;hb=5b745e5bbcb51267122821ed9dc1c8c2c77dc100;hpb=19e7cf877b6a925517238c59485edf5fe85bf2a1 diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index cc202c53..a0cdbf74 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -86,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);