X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fsio.c;h=b63f56b90d8aa3a4ff29792cc5665dd83517b9e2;hp=977c71d1a877aebebcc4e05eb1d6ce9739d8719d;hb=654e8cfb205bebc40b26761a900db354b4920931;hpb=ef79bbde537d6b9c745a7d86cb9df1d04c35590d;ds=sidebyside diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c index 977c71d1..b63f56b9 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, 400); } }