mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
rsx: Delay FIFO recovery point creation if is in in_begin_end scope (#7080)
This commit is contained in:
parent
038694ae28
commit
6a926daee7
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue