PPU/Debugger: View the currently used CR field content in register panel

This commit is contained in:
Eladash 2023-07-12 11:02:12 +03:00 committed by Elad Ashkenazi
parent d153e977a7
commit c0280b43f2
10 changed files with 85 additions and 12 deletions

View file

@ -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)
{