summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-11-01 20:14:56 -0700
committerMichael Pavone <pavone@retrodev.com>2018-11-01 20:14:56 -0700
commit16e0cd5352a9950fff2972f5c08636ff62987265 (patch)
tree82c459a8d86546831592a26eda3e05527e03d274 /vdp.h
parentd8ecd824b2747daf719d58415d321cb5a1a478a9 (diff)
Forcefully update the display when entering the 68K debugger so you can see it update in realtime as you step through the code
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdp.h b/vdp.h
index de420d1..fa3cdc3 100644
--- a/vdp.h
+++ b/vdp.h
@@ -252,5 +252,6 @@ void vdp_release_framebuffer(vdp_context *context);
void vdp_reacquire_framebuffer(vdp_context *context);
void vdp_serialize(vdp_context *context, serialize_buffer *buf);
void vdp_deserialize(deserialize_buffer *buf, void *vcontext);
+void vdp_force_update_framebuffer(vdp_context *context);
#endif //VDP_H_