rsx: Separate register context from RSX thread

This commit is contained in:
kd-11 2024-04-04 02:34:40 +03:00 committed by kd-11
parent 0231902a69
commit 10fe14e783
21 changed files with 2149 additions and 1834 deletions

View file

@ -3383,7 +3383,7 @@ namespace rsx
return fifo_ctrl->last_cmd();
}
void invalid_method(thread*, u32, u32);
void invalid_method(context*, u32, u32);
void thread::dump_regs(std::string& result, std::any& /*custom_data*/) const
{