1
0
mirror of synced 2025-01-20 17:48:51 +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
)
{
if (GameDetect::currentGame == GameID::StarWarsEs3X)
if ((GameDetect::currentGame == GameID::StarWarsEs3X) || (GameDetect::currentGame == GameID::StarWarsJapEs3X))
{
return ERROR_SUCCESS;
}