mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-14 20:50:11 +01:00
rsx: Fixup after #12052 for frame limiter off
This commit is contained in:
parent
7422ab9e55
commit
f5a55b3024
|
|
@ -3278,6 +3278,10 @@ namespace rsx
|
|||
|
||||
vblank_at_flip = umax;
|
||||
}
|
||||
else
|
||||
{
|
||||
flip_notification_count = 1;
|
||||
}
|
||||
|
||||
int_flip_index += flip_notification_count;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue