mirror of
https://github.com/FranLMSP/snes.git
synced 2026-01-01 07:21:35 -05:00
bugfix (using wrong boolean for disassembler)
This commit is contained in:
@@ -285,7 +285,7 @@ fn main() {
|
||||
);
|
||||
ui.checkbox(
|
||||
"Show CPU disassembler",
|
||||
&mut state.debug_options.show_cpu_registers,
|
||||
&mut state.debug_options.show_cpu_disassembler,
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user