mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-01 21:32:45 +02:00
Fixed a bug that caused the Cocoa port to freeze sometimes if the emulator was reset while debugging.
This commit is contained in:
@@ -379,7 +379,7 @@ typedef struct GB_gameboy_s {
|
|||||||
size_t ir_queue_length;
|
size_t ir_queue_length;
|
||||||
|
|
||||||
/*** Debugger ***/
|
/*** Debugger ***/
|
||||||
bool debug_stopped;
|
volatile bool debug_stopped;
|
||||||
bool debug_fin_command, debug_next_command;
|
bool debug_fin_command, debug_next_command;
|
||||||
|
|
||||||
/* Breakpoints */
|
/* Breakpoints */
|
||||||
|
Reference in New Issue
Block a user