diff --git a/API/vXboxInterface.cpp b/API/vXboxInterface.cpp index 6f7d01b..103eea5 100644 --- a/API/vXboxInterface.cpp +++ b/API/vXboxInterface.cpp @@ -310,7 +310,7 @@ extern "C" { BOOL ref = XOutputSetGetState(UserIndex, &g_Gamepad[UserIndex - 1], nullptr, nullptr, nullptr, pLed); if (ref) - *pLed++; + (*pLed)++; return ref; }