mirror of https://github.com/PCSX2/pcsx2.git
Pad: Set data low when no pad present
Fixes uLaunchELF spinning waiting for second pad to come online.
This commit is contained in:
parent
802ab8238e
commit
0ae66d3e24
|
@ -127,5 +127,5 @@ u8 PadNotConnected::GetPressure(u32 index) const
|
|||
|
||||
u8 PadNotConnected::SendCommandByte(u8 commandByte)
|
||||
{
|
||||
return 0xff;
|
||||
return 0x00;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue