rsx: Delay FIFO recovery point creation if is in in_begin_end scope (#7080)

This commit is contained in:
Eladash 2019-12-12 14:38:56 +02:00 committed by kd-11
parent 038694ae28
commit 6a926daee7
2 changed files with 3 additions and 3 deletions

View file

@ -566,7 +566,7 @@ namespace rsx
}
// Note a possible rollback address
if (sync_point_request)
if (sync_point_request && !in_begin_end)
{
restore_point = ctrl->get;
saved_fifo_ret = fifo_ret_addr;