From dc3b15544964c3ab6198f6766a8766c07a035556 Mon Sep 17 00:00:00 2001 From: Aaron M Date: Sat, 16 Nov 2019 17:37:36 +1300 Subject: [PATCH] . --- OpenParrot/src/Functions/Games/ES3X/StarWars.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenParrot/src/Functions/Games/ES3X/StarWars.cpp b/OpenParrot/src/Functions/Games/ES3X/StarWars.cpp index c30283e..3285f2a 100644 --- a/OpenParrot/src/Functions/Games/ES3X/StarWars.cpp +++ b/OpenParrot/src/Functions/Games/ES3X/StarWars.cpp @@ -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)