mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
sys_rsx: Warn if RSX is not idle during crucial points
This commit is contained in:
parent
1f9f455801
commit
8228fa1ece
4 changed files with 28 additions and 2 deletions
|
@ -2262,6 +2262,11 @@ namespace rsx
|
|||
zcull_ctrl->on_sync_hint(args);
|
||||
}
|
||||
|
||||
bool thread::is_fifo_idle() const
|
||||
{
|
||||
return ctrl->get == (ctrl->put & ~3);
|
||||
}
|
||||
|
||||
void thread::flush_fifo()
|
||||
{
|
||||
// Make sure GET value is exposed before sync points
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue