rsx: Re-enable fifo error reset

This commit is contained in:
kd-11 2018-11-12 16:15:28 +03:00 committed by kd-11
parent 718a04c84f
commit 1d19f71a46
3 changed files with 9 additions and 2 deletions

View file

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