aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/gpu.h
diff options
context:
space:
mode:
authornotaz2011-12-07 00:51:52 +0200
committernotaz2011-12-07 00:51:52 +0200
commitfb4c6fba4c83b2f00a78c331fd56e5d995ce02ab (patch)
tree02b55a6a407fadaef7c07f220e2bc97297fa6167 /plugins/gpu_neon/gpu.h
parenta3a9f519f75d195891d466f77ceb43f90e24f713 (diff)
downloadpcsx_rearmed-fb4c6fba4c83b2f00a78c331fd56e5d995ce02ab.tar.gz
pcsx_rearmed-fb4c6fba4c83b2f00a78c331fd56e5d995ce02ab.tar.bz2
pcsx_rearmed-fb4c6fba4c83b2f00a78c331fd56e5d995ce02ab.zip
gpu_neon: fix several frameskip issues
Diffstat (limited to 'plugins/gpu_neon/gpu.h')
-rw-r--r--plugins/gpu_neon/gpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h
index 7269a52..2019464 100644
--- a/plugins/gpu_neon/gpu.h
+++ b/plugins/gpu_neon/gpu.h
@@ -76,9 +76,10 @@ struct psx_gpu {
struct {
int32_t set:3; /* -1 auto, 0 off, 1 fixed */
uint32_t active:1;
+ uint32_t allow:1;
uint32_t frame_ready:1;
- uint32_t skipped_blits:5;
const int *advice;
+ uint32_t last_flip_frame;
} frameskip;
};