try to align timing with LCD refresh
[pcsx_rearmed.git] / libpcsxcore / psxcounters.c
index c9f2931..044d0d3 100644 (file)
@@ -300,8 +300,8 @@ void psxRcntUpdate()
             GPU_vBlank( 0 );
             setIrq( 0x01 );
 
-            GPU_updateLace();
             EmuUpdate();
+            GPU_updateLace();
         }
     }