diff vdp.c @ 2701:5ca4e0fd761b

Update debug views while paused in the debug (except on Windows... for now)
author Michael Pavone <pavone@retrodev.com>
date Fri, 04 Jul 2025 19:35:50 -0700
parents 1cfd000dc750
children
line wrap: on
line diff
--- a/vdp.c	Sun Jun 29 23:38:56 2025 -0700
+++ b/vdp.c	Fri Jul 04 19:35:50 2025 -0700
@@ -2911,7 +2911,7 @@
 {
 }
 
-static void vdp_update_per_frame_debug(vdp_context *context)
+void vdp_update_per_frame_debug(vdp_context *context)
 {
 	if (context->enabled_debuggers & (1 << DEBUG_PLANE)) {