From ae602c19f527fbc1f44cdb744cf824d04b8eceb1 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 7 Dec 2010 00:06:21 +0200 Subject: improve event handling (still has problems though) --- libpcsxcore/sio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libpcsxcore/sio.c') 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); } } -- cgit v1.2.3