EE/Counters: Update HBlank before recalculating Next Event

This commit is contained in:
refractionpcsx2 2023-06-30 17:45:44 +01:00
parent 7d8d16091e
commit 36c9b68b6c
2 changed files with 1 additions and 2 deletions

View File

@ -811,6 +811,7 @@ static __fi void _cpuTestOverflow( int i )
// well forceinline it!
__fi void rcntUpdate()
{
rcntUpdate_hScanline();
rcntUpdate_vSync();
// Update counters so that we can perform overflow and target tests.

View File

@ -397,8 +397,6 @@ __fi void _cpuEventTest_Shared()
_cpuTestPERF();
}
rcntUpdate_hScanline();
_cpuTestTIMR();
// ---- Interrupts -------------