aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/sio.c
diff options
context:
space:
mode:
authornotaz2010-12-07 18:10:47 +0200
committernotaz2010-12-14 15:25:04 +0200
commit654e8cfb205bebc40b26761a900db354b4920931 (patch)
treeaaff01d9ea2169e0f2e7bee78cdcad4a8384be95 /libpcsxcore/sio.c
parenta327967e78393018a9f2a7edb38bc3af657e597a (diff)
downloadpcsx_rearmed-654e8cfb205bebc40b26761a900db354b4920931.tar.gz
pcsx_rearmed-654e8cfb205bebc40b26761a900db354b4920931.tar.bz2
pcsx_rearmed-654e8cfb205bebc40b26761a900db354b4920931.zip
improve event handling again
Diffstat (limited to 'libpcsxcore/sio.c')
-rw-r--r--libpcsxcore/sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c
index 230bfed..b63f56b 100644
--- a/libpcsxcore/sio.c
+++ b/libpcsxcore/sio.c
@@ -73,7 +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);
+ new_dyna_set_event(1, 400);
}
}