summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdp.h b/vdp.h
index 780ad20..3a2125d 100644
--- a/vdp.h
+++ b/vdp.h
@@ -233,6 +233,7 @@ typedef struct {
uint8_t enabled_debuggers;
uint8_t debug_fb_indices[VDP_NUM_DEBUG_TYPES];
uint8_t debug_modes[VDP_NUM_DEBUG_TYPES];
+ uint8_t pushed_frame;
uint8_t vdpmem[];
} vdp_context;