diff --git a/OpenParrot/src/Functions/XInputEmu.cpp b/OpenParrot/src/Functions/XInputEmu.cpp index 16f8ee7..0a60786 100644 --- a/OpenParrot/src/Functions/XInputEmu.cpp +++ b/OpenParrot/src/Functions/XInputEmu.cpp @@ -83,7 +83,7 @@ DWORD WINAPI XInputGetState { if (GameDetect::currentGame == GameID::Daytona3 || GameDetect::currentGame == GameID::PokkenTournament) { - gamepadState.wButtons |= *ffbOffset; + gamepadState.wButtons = *ffbOffset; } else if (GameDetect::currentGame == GameID::GHA) {