mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
PPU/Debugger: View the currently used CR field content in register panel
This commit is contained in:
parent
d153e977a7
commit
c0280b43f2
10 changed files with 85 additions and 12 deletions
|
@ -1017,7 +1017,7 @@ spu_imm_table_t::spu_imm_table_t()
|
|||
}
|
||||
}
|
||||
|
||||
void spu_thread::dump_regs(std::string& ret) const
|
||||
void spu_thread::dump_regs(std::string& ret, std::any& /*custom_data*/) const
|
||||
{
|
||||
const system_state emu_state = Emu.GetStatus(false);
|
||||
const bool is_stopped_or_frozen = state & cpu_flag::exit || emu_state == system_state::frozen || emu_state <= system_state::stopping;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue