From 16e0cd5352a9950fff2972f5c08636ff62987265 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 1 Nov 2018 20:14:56 -0700 Subject: Forcefully update the display when entering the 68K debugger so you can see it update in realtime as you step through the code --- vdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.h') 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_ -- cgit v1.2.3