summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
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++;