aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/gpu.h
diff options
context:
space:
mode:
authornotaz2011-07-25 18:25:46 +0300
committernotaz2011-08-13 00:57:33 +0300
commitdeb18d24e522ab1d9860ffa5730559e3e6a6aa5d (patch)
treec76c812e1994e5734d01cad9231b1f9dc2450ed2 /plugins/gpu_neon/gpu.h
parent6e9bdaef8c8387cb824a3cb6166e3a0b905d13fa (diff)
downloadpcsx_rearmed-deb18d24e522ab1d9860ffa5730559e3e6a6aa5d.tar.gz
pcsx_rearmed-deb18d24e522ab1d9860ffa5730559e3e6a6aa5d.tar.bz2
pcsx_rearmed-deb18d24e522ab1d9860ffa5730559e3e6a6aa5d.zip
gpu_neon: do list resubmit detection
done it a while ago, late commit..
Diffstat (limited to 'plugins/gpu_neon/gpu.h')
-rw-r--r--plugins/gpu_neon/gpu.h8
1 files changed, 8 insertions, 0 deletions
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;