diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-11-01 20:14:56 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-11-01 20:14:56 -0700 |
commit | 16e0cd5352a9950fff2972f5c08636ff62987265 (patch) | |
tree | 82c459a8d86546831592a26eda3e05527e03d274 /vdp.h | |
parent | d8ecd824b2747daf719d58415d321cb5a1a478a9 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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_ |