aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/gpu.h
diff options
context:
space:
mode:
authornotaz2011-08-13 00:47:16 +0300
committernotaz2011-08-13 00:57:33 +0300
commit19e7cf877b6a925517238c59485edf5fe85bf2a1 (patch)
tree1bbacecc3d242359ff21edae011ce9748db8330e /plugins/gpu_neon/gpu.h
parentb094071f3a952169907415a7a8b38e9bdb2a4722 (diff)
downloadpcsx_rearmed-19e7cf877b6a925517238c59485edf5fe85bf2a1.tar.gz
pcsx_rearmed-19e7cf877b6a925517238c59485edf5fe85bf2a1.tar.bz2
pcsx_rearmed-19e7cf877b6a925517238c59485edf5fe85bf2a1.zip
gpu_neon: frameskip: skip blits until flipped
Diffstat (limited to 'plugins/gpu_neon/gpu.h')
-rw-r--r--plugins/gpu_neon/gpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h
index 033581e..cc202c5 100644
--- a/plugins/gpu_neon/gpu.h
+++ b/plugins/gpu_neon/gpu.h
@@ -74,6 +74,7 @@ struct psx_gpu {
uint32_t enabled:1;
uint32_t active:1;
uint32_t frame_ready:1;
+ uint32_t skipped_blits:5;
const int *advice;
} frameskip;
};