aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpu_neon/gpu.h')
-rw-r--r--plugins/gpu_neon/gpu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h
index 8813a44..bb2d6f6 100644
--- a/plugins/gpu_neon/gpu.h
+++ b/plugins/gpu_neon/gpu.h
@@ -57,6 +57,15 @@ struct psx_gpu {
int cmd_len;
const uint32_t *lcf_hc;
uint32_t zero;
+ struct {
+ uint32_t fb_dirty:1;
+ } state;
+ struct {
+ uint32_t enabled:1;
+ uint32_t active:1;
+ uint32_t frame_ready:1;
+ const int *advice;
+ } frameskip;
};
extern struct psx_gpu gpu;