void psxVBlankStart() { cdvdVsync(); psxHu32(0x1070) |= 1; if(psxvblankgate & (1 << 1)) psxCheckStartGate16(1); if(psxvblankgate & (1 << 3)) psxCheckStartGate32(3); }
void psxVBlankStart() { cdvdVsync(); iopIntcIrq(0); if(psxvblankgate & (1 << 1)) psxCheckStartGate16(1); if(psxvblankgate & (1 << 3)) psxCheckStartGate32(3); }