rsx: Update vblank count in LLE mode

This commit is contained in:
Nick Renieris
2020-01-04 08:13:05 +02:00
committed by kd-11
parent 94d2f97f27
commit 192912131e
+1 -2
View File
@@ -485,11 +485,10 @@ namespace rsx
do do
{ {
start_time += period_time; start_time += period_time;
vblank_count++;
if (isHLE) if (isHLE)
{ {
vblank_count++;
if (vblank_handler) if (vblank_handler)
{ {
intr_thread->cmd_list intr_thread->cmd_list