aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/gpu.h
diff options
context:
space:
mode:
authornotaz2011-09-15 01:33:57 +0300
committernotaz2011-09-19 19:01:37 +0300
commitea4a16e7665cf6b4a68f5c017b346547d6455470 (patch)
tree6cd04b0ed95d270aead8687535be571f866bb5ee /plugins/gpu_neon/gpu.h
parent366631aa62737a8a715e80bcb35cb198fae5fd29 (diff)
downloadpcsx_rearmed-ea4a16e7665cf6b4a68f5c017b346547d6455470.tar.gz
pcsx_rearmed-ea4a16e7665cf6b4a68f5c017b346547d6455470.tar.bz2
pcsx_rearmed-ea4a16e7665cf6b4a68f5c017b346547d6455470.zip
add fixed frameskip option
Diffstat (limited to 'plugins/gpu_neon/gpu.h')
-rw-r--r--plugins/gpu_neon/gpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h
index a0cdbf7..04f69ab 100644
--- a/plugins/gpu_neon/gpu.h
+++ b/plugins/gpu_neon/gpu.h
@@ -71,7 +71,7 @@ struct psx_gpu {
} last_list;
} state;
struct {
- uint32_t enabled:1;
+ int32_t set:3; /* -1 auto, 0 off, 1 fixed */
uint32_t active:1;
uint32_t frame_ready:1;
uint32_t skipped_blits:5;