From deb18d24e522ab1d9860ffa5730559e3e6a6aa5d Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 25 Jul 2011 18:25:46 +0300 Subject: gpu_neon: do list resubmit detection done it a while ago, late commit.. --- plugins/gpu_neon/gpu.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugins/gpu_neon/gpu.h') diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 2b661e6..aa0eb7b 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -61,6 +61,14 @@ struct psx_gpu { uint32_t zero; struct { uint32_t fb_dirty:1; + uint32_t frame_count; + uint32_t *hcnt; + struct { + uint32_t addr; + uint32_t words; + uint32_t frame; + uint32_t hcnt; + } last_list; } state; struct { uint32_t enabled:1; -- cgit v1.2.3