From de1c3145d57e6efc3022012d26744f7a79e3cde2 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Mon, 15 Jul 2013 23:07:45 -0700 Subject: Restore one of the VDP debugging modes --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index a8296df..fa9e2b2 100644 --- a/io.c +++ b/io.c @@ -197,7 +197,7 @@ void handle_binding_up(keybinding * binding) if (ui_debug_mode == 4) { ui_debug_mode = 0; } - render_debug_mode(ui_debug_mode); + genesis->vdp->debug = ui_debug_mode; break; case UI_DEBUG_PAL_INC: ui_debug_pal++; -- cgit v1.2.3