From 534580432847f697635160743ff26f30678eb9fd Mon Sep 17 00:00:00 2001 From: Aaron M Date: Fri, 21 May 2021 17:08:09 +1200 Subject: [PATCH] Pokken fix? --- OpenParrot/src/Functions/XInputEmu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {