Skip to content

Commit

Permalink
Led serial number bug fix
Browse files Browse the repository at this point in the history
Changed range fro 0-3 to 1-4
  • Loading branch information
shauleiz committed Apr 21, 2016
1 parent be98610 commit 405db95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/vXboxInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ extern "C"
{
BOOL ref = XOutputSetGetState(UserIndex, &g_Gamepad[UserIndex - 1], nullptr, nullptr, nullptr, pLed);
if (ref)
*pLed++;
(*pLed)++;
return ref;
}

Expand Down

0 comments on commit 405db95

Please sign in to comment.