aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpulib/gpu.h
diff options
context:
space:
mode:
authornotaz2012-08-01 02:01:48 +0300
committernotaz2012-08-01 02:54:48 +0300
commitfbb4bfffdca204ecb0f228ad13e0b16fd5e5f77e (patch)
tree103fd8be9e153da7b446c08902fea1675e596b37 /plugins/gpulib/gpu.h
parentddc0a02a811034532a8e013c14091b61a89439ba (diff)
downloadpcsx_rearmed-fbb4bfffdca204ecb0f228ad13e0b16fd5e5f77e.tar.gz
pcsx_rearmed-fbb4bfffdca204ecb0f228ad13e0b16fd5e5f77e.tar.bz2
pcsx_rearmed-fbb4bfffdca204ecb0f228ad13e0b16fd5e5f77e.zip
gpulib: don't lose a fill in frameskip mode
..if it's done just before flip
Diffstat (limited to 'plugins/gpulib/gpu.h')
-rw-r--r--plugins/gpulib/gpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gpulib/gpu.h b/plugins/gpulib/gpu.h
index a508cdc..1cbe38c 100644
--- a/plugins/gpulib/gpu.h
+++ b/plugins/gpulib/gpu.h
@@ -85,6 +85,7 @@ struct psx_gpu {
uint32_t frame_ready:1;
const int *advice;
uint32_t last_flip_frame;
+ uint32_t pending_fill[3];
} frameskip;
};