1
0
mirror of synced 2025-01-20 17:48:51 +01:00
This commit is contained in:
Aaron M 2019-11-16 17:37:36 +13:00
parent b7792310fe
commit dc3b155449

View File

@ -7,8 +7,8 @@
DWORD WINAPI XInputGetStateStarWars
(
__in DWORD dwUserIndex, // Index of the gamer associated with the device
__out DWORD* pState // Receives the current state
__in DWORD dwUserIndex, // Index of the gamer associated with the device
__out DWORD* pState // Receives the current state
)
{
if (GameDetect::currentGame == GameID::StarWarsEs3X)