rsx: Unify FIFO recovery methods

TODO: Maybe consider fifo stack content when recovering.
This commit is contained in:
Eladash 2020-02-11 07:00:30 +02:00 committed by kd-11
parent 07f300a14e
commit 9344b21484
4 changed files with 11 additions and 17 deletions

View file

@ -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();