mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 12:12:50 +01:00
Debugger: Make break-all non-default
This commit is contained in:
parent
95fb7859d2
commit
782344eed8
@ -1084,7 +1084,7 @@ void ppu_remove_hle_instructions(u32 addr, u32 size)
|
||||
}
|
||||
}
|
||||
|
||||
atomic_t<bool> g_debugger_pause_all_threads_on_bp = true;
|
||||
atomic_t<bool> g_debugger_pause_all_threads_on_bp = false;
|
||||
|
||||
// Breakpoint entry point
|
||||
static void ppu_break(ppu_thread& ppu, ppu_opcode_t, be_t<u32>* this_op, ppu_intrp_func* next_fn)
|
||||
|
Loading…
Reference in New Issue
Block a user