aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/sio.c
diff options
context:
space:
mode:
authornotaz2010-12-07 00:06:21 +0200
committernotaz2010-12-14 15:24:50 +0200
commitae602c19f527fbc1f44cdb744cf824d04b8eceb1 (patch)
tree000d4051fb09ea2d8f4c35344dabbd40cc54213d /libpcsxcore/sio.c
parent5067f3414032416f7112cd771ebe0a7aaf9eb7bf (diff)
downloadpcsx_rearmed-ae602c19f527fbc1f44cdb744cf824d04b8eceb1.tar.gz
pcsx_rearmed-ae602c19f527fbc1f44cdb744cf824d04b8eceb1.tar.bz2
pcsx_rearmed-ae602c19f527fbc1f44cdb744cf824d04b8eceb1.zip
improve event handling (still has problems though)
Diffstat (limited to 'libpcsxcore/sio.c')
-rw-r--r--libpcsxcore/sio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c
index 977c71d..230bfed 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);
}
}