1
0
mirror of synced 2025-02-01 12:17:55 +01:00
This commit is contained in:
Aaron M 2019-11-17 16:03:40 +13:00
parent c4428555c1
commit 3e3eedacda

View File

@ -11,7 +11,7 @@ DWORD WINAPI XInputGetStateStarWars
__out DWORD* pState // Receives the current state __out DWORD* pState // Receives the current state
) )
{ {
if (GameDetect::currentGame == GameID::StarWarsEs3X) if ((GameDetect::currentGame == GameID::StarWarsEs3X) || (GameDetect::currentGame == GameID::StarWarsJapEs3X))
{ {
return ERROR_SUCCESS; return ERROR_SUCCESS;
} }