mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
rsx: Re-enable fifo error reset
This commit is contained in:
parent
718a04c84f
commit
1d19f71a46
3 changed files with 9 additions and 2 deletions
|
@ -653,6 +653,13 @@ namespace rsx
|
|||
continue;
|
||||
}
|
||||
|
||||
// Note a possible rollback address
|
||||
if (sync_point_request)
|
||||
{
|
||||
restore_point = ctrl->get;
|
||||
sync_point_request = false;
|
||||
}
|
||||
|
||||
// Execute backend-local tasks first
|
||||
do_local_task(performance_counters.state);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue