aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/gpu.h
diff options
context:
space:
mode:
authornotaz2011-12-10 23:08:49 +0200
committernotaz2011-12-11 01:39:26 +0200
commit9fe27e257939224d5a85975dee39f63f50b7e3dc (patch)
tree3b378fd3b6c4d2b9068f301707b4d4339abb4190 /plugins/gpu_neon/gpu.h
parentcbbd8dd7705d5cb7c748a7ffaf2ccc74893b3910 (diff)
downloadpcsx_rearmed-9fe27e257939224d5a85975dee39f63f50b7e3dc.tar.gz
pcsx_rearmed-9fe27e257939224d5a85975dee39f63f50b7e3dc.tar.bz2
pcsx_rearmed-9fe27e257939224d5a85975dee39f63f50b7e3dc.zip
gpu_neon: tune frameskip further, allow >1
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 8ad71c2..3b3e1de 100644
--- a/plugins/gpu_neon/gpu.h
+++ b/plugins/gpu_neon/gpu.h
@@ -74,7 +74,8 @@ struct psx_gpu {
} last_list;
} state;
struct {
- int32_t set:3; /* -1 auto, 0 off, 1 fixed */
+ int32_t set:3; /* -1 auto, 0 off, 1-3 fixed */
+ int32_t cnt:3; /* amount skipped in a row */
uint32_t active:1;
uint32_t allow:1;
uint32_t frame_ready:1;