mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
rsx: Unify FIFO recovery methods
TODO: Maybe consider fifo stack content when recovering.
This commit is contained in:
parent
07f300a14e
commit
9344b21484
4 changed files with 11 additions and 17 deletions
|
@ -2342,7 +2342,7 @@ namespace rsx
|
|||
}
|
||||
}
|
||||
|
||||
u32 thread::get_fifo_cmd()
|
||||
u32 thread::get_fifo_cmd() const
|
||||
{
|
||||
// Last fifo cmd for logging and utility
|
||||
return fifo_ctrl->last_cmd();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue