rsx: Fixup after #12052 for frame limiter off

This commit is contained in:
Eladash 2022-06-25 16:37:46 +03:00 committed by kd-11
parent 7422ab9e55
commit f5a55b3024

View file

@ -3278,6 +3278,10 @@ namespace rsx
vblank_at_flip = umax;
}
else
{
flip_notification_count = 1;
}
int_flip_index += flip_notification_count;