diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-14 19:18:22 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-14 19:18:22 +0000 |
| commit | 111ada78b7d179e115466c726ae1d7d05fed9ddb (patch) | |
| tree | 300aa4b88b4cafdf036891cebc5ffc9b9c5156c5 /libpcsxcore/sio.c | |
| parent | 1b05b0e9736ab40e15190e608d1662921903a0c6 (diff) | |
| download | pcsxr-111ada78b7d179e115466c726ae1d7d05fed9ddb.tar.gz | |
sio;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82898 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/sio.c')
| -rwxr-xr-x | libpcsxcore/sio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c index ace3e94d..df9479a3 100755 --- a/libpcsxcore/sio.c +++ b/libpcsxcore/sio.c @@ -85,7 +85,7 @@ static int DongleInit; #if 0 // Breaks Twisted Metal 2 intro #define SIO_INT(eCycle) { \ - if (!Config.Sio) { \ + if (!Config.SioIrq) { \ psxRegs.interrupt |= (1 << PSXINT_SIO); \ psxRegs.intCycle[PSXINT_SIO].cycle = eCycle; \ psxRegs.intCycle[PSXINT_SIO].sCycle = psxRegs.cycle; \ @@ -97,7 +97,7 @@ static int DongleInit; #endif #define SIO_INT(eCycle) { \ - if (!Config.Sio) { \ + if (!Config.SioIrq) { \ psxRegs.interrupt |= (1 << PSXINT_SIO); \ psxRegs.intCycle[PSXINT_SIO].cycle = eCycle; \ psxRegs.intCycle[PSXINT_SIO].sCycle = psxRegs.cycle; \ |
