From 5b745e5bbcb51267122821ed9dc1c8c2c77dc100 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 13 Aug 2011 02:13:13 +0300 Subject: gpu_neon: handle 0xEx cmds while frameskiping otherwise things go out of sync --- plugins/gpu_neon/gpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/gpu_neon/gpu.h') diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index cc202c5..a0cdbf7 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); -- cgit v1.2.3