mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
rsx: Separate register context from RSX thread
This commit is contained in:
parent
0231902a69
commit
10fe14e783
21 changed files with 2149 additions and 1834 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue