mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
881b01c8d7
commit
12adbcc061
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue