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
|
@ -3164,7 +3164,7 @@ namespace rsx
|
|||
|
||||
void invalid_method(thread*, u32, u32);
|
||||
|
||||
void thread::dump_regs(std::string& result) const
|
||||
void thread::dump_regs(std::string& result, std::any& /*custom_data*/) const
|
||||
{
|
||||
if (ctrl)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue