mirror of https://github.com/PCSX2/pcsx2.git
EE/Counters: Update HBlank before recalculating Next Event
This commit is contained in:
parent
7d8d16091e
commit
36c9b68b6c
|
@ -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.
|
||||
|
|
|
@ -397,8 +397,6 @@ __fi void _cpuEventTest_Shared()
|
|||
_cpuTestPERF();
|
||||
}
|
||||
|
||||
rcntUpdate_hScanline();
|
||||
|
||||
_cpuTestTIMR();
|
||||
|
||||
// ---- Interrupts -------------
|
||||
|
|
Loading…
Reference in New Issue