fix
This commit is contained in:
parent
c4428555c1
commit
3e3eedacda
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user