EE/IOP Timers: Rewrote most of the gate handling to be better.

[SAVEVERSION+]
This commit is contained in:
refractionpcsx2
2024-04-29 17:25:51 +01:00
parent 4363255234
commit 5f7c2b7cd8
6 changed files with 233 additions and 287 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ extern u16 psxRcntRcount16(int index);
extern u32 psxRcntRcount32(int index);
extern u64 psxRcntCycles(int index);
extern void psxHBlankStart();
extern void psxHBlankEnd();
extern void psxVBlankStart();
extern void psxVBlankEnd();
extern void psxCheckStartGate16(int i);
extern void psxCheckEndGate16(int i);