diff --git a/pcsx2/SIO/Pad/PadNotConnected.cpp b/pcsx2/SIO/Pad/PadNotConnected.cpp index e9cfc9a0a8..5d40afc94e 100644 --- a/pcsx2/SIO/Pad/PadNotConnected.cpp +++ b/pcsx2/SIO/Pad/PadNotConnected.cpp @@ -127,5 +127,5 @@ u8 PadNotConnected::GetPressure(u32 index) const u8 PadNotConnected::SendCommandByte(u8 commandByte) { - return 0xff; + return 0x00; }