Pad: Set data low when no pad present

Fixes uLaunchELF spinning waiting for second pad to come online.
This commit is contained in:
RedPanda4552 2023-07-26 09:53:41 -04:00 committed by refractionpcsx2
parent 802ab8238e
commit 0ae66d3e24
1 changed files with 1 additions and 1 deletions

View File

@ -127,5 +127,5 @@ u8 PadNotConnected::GetPressure(u32 index) const
u8 PadNotConnected::SendCommandByte(u8 commandByte)
{
return 0xff;
return 0x00;
}