Skip to content

Commit

Permalink
Removed some check from previous commit.
Browse files Browse the repository at this point in the history
Might complicate things with older XInput versions I think.
  • Loading branch information
KrossX committed Oct 30, 2013
1 parent 4e662a5 commit b558cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Durazno/Durazno.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ static BOOL LoadSystemXInputDLL()
XInput[CancelGuideButtonWait] = GetProcAddress(realXInput, (LPCSTR) 102);
XInput[PowerOffController] = GetProcAddress(realXInput, (LPCSTR) 103);

for(int i = 0; i < XInputTotal; i++)
if(!XInput[i]) return FALSE;
//for(int i = 0; i < XInputTotal; i++)
// if(!XInput[i]) return FALSE;

return TRUE;
}
Expand Down

0 comments on commit b558cbb

Please sign in to comment.