X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fsio.c;fp=libpcsxcore%2Fsio.c;h=329bc36ba1730989fa9b7107b1d36a15e13c5ef2;hp=b3732d298ba623ad296c9a640931354e30c8b53a;hb=d014a47167b28b19f87546bca0b0c53f08b1daff;hpb=ca1683d0864e3549bc522bdb04a3b778d34e22b4 diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c index b3732d29..329bc36b 100644 --- a/libpcsxcore/sio.c +++ b/libpcsxcore/sio.c @@ -68,12 +68,10 @@ char Mcd1Data[MCD_SIZE], Mcd2Data[MCD_SIZE]; char McdDisable[2]; #define SIO_INT(eCycle) { \ - if (!Config.Sio) { \ - psxRegs.interrupt |= (1 << PSXINT_SIO); \ - psxRegs.intCycle[PSXINT_SIO].cycle = eCycle; \ - psxRegs.intCycle[PSXINT_SIO].sCycle = psxRegs.cycle; \ - new_dyna_set_event(PSXINT_SIO, eCycle); \ - } \ + psxRegs.interrupt |= (1 << PSXINT_SIO); \ + psxRegs.intCycle[PSXINT_SIO].cycle = eCycle; \ + psxRegs.intCycle[PSXINT_SIO].sCycle = psxRegs.cycle; \ + new_dyna_set_event(PSXINT_SIO, eCycle); \ } // clk cycle byte