diff --git a/snes-frontend/src/emu_state/debug_options.rs b/snes-frontend/src/emu_state/debug_options.rs index 94ceb57..a456352 100644 --- a/snes-frontend/src/emu_state/debug_options.rs +++ b/snes-frontend/src/emu_state/debug_options.rs @@ -16,8 +16,8 @@ pub struct DebugOptions { impl DebugOptions { pub fn new() -> Self { Self { - enable_debugging: true, - show_debug_options_window: true, + enable_debugging: false, + show_debug_options_window: false, memory_map_conrtrol_options: MemoryMapControlOptions::new(), cpu_debug_control_options: CPUDebugControlOptions::new(), ppu_debug_control_options: PPUDebugControlOptions::new(),