mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
Debugger: Make break-all non-default
This commit is contained in:
parent
95fb7859d2
commit
782344eed8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue