mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
rsx: Fixup after #12052 for frame limiter off
This commit is contained in:
parent
7422ab9e55
commit
f5a55b3024
1 changed files with 4 additions and 0 deletions
|
@ -3278,6 +3278,10 @@ namespace rsx
|
|||
|
||||
vblank_at_flip = umax;
|
||||
}
|
||||
else
|
||||
{
|
||||
flip_notification_count = 1;
|
||||
}
|
||||
|
||||
int_flip_index += flip_notification_count;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue