Port 2 Multitap should be fixed (PCSX2 bug).

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@977 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
mattmenke 2009-04-14 18:46:59 +00:00
parent 881b01c8d7
commit 12adbcc061
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ void InitializeSIO(u8 value)
}
break;
case 0x2002:
if (!PAD2setSlot(1, 1+sio.activePadSlot[1])) {
if (!PAD2setSlot(2, 1+sio.activePadSlot[1])) {
// Pad is not present. Don't send poll, just return a bunch of 0's.
sio2.packet.recvVal1 = 0x1D100;
sio.padst = 3;