mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 05:45:03 -06: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;
|
vblank_at_flip = umax;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
flip_notification_count = 1;
|
||||||
|
}
|
||||||
|
|
||||||
int_flip_index += flip_notification_count;
|
int_flip_index += flip_notification_count;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user