X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fsio.c;h=230bfed17c1c13708a791d3b2c7d8c361fbf09d9;hp=977c71d1a877aebebcc4e05eb1d6ce9739d8719d;hb=ae602c19f527fbc1f44cdb744cf824d04b8eceb1;hpb=5067f3414032416f7112cd771ebe0a7aaf9eb7bf diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c index 977c71d1..230bfed1 100644 --- a/libpcsxcore/sio.c +++ b/libpcsxcore/sio.c @@ -73,6 +73,7 @@ static inline void SIO_INT() { psxRegs.interrupt |= 0x80; psxRegs.intCycle[7 + 1] = 400; psxRegs.intCycle[7] = psxRegs.cycle; + new_dyna_set_event(1, psxRegs.cycle + 400); } }