mirror of https://github.com/PCSX2/pcsx2.git
LilyPad: Debug line removed.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@930 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
76b52a97a1
commit
62d6c0f3e7
|
@ -194,7 +194,7 @@ void EnumXInputDevices() {
|
|||
pXInputEnable(1);
|
||||
for (i=0; i<4; i++) {
|
||||
XINPUT_STATE state;
|
||||
if (!i || ERROR_SUCCESS == pXInputGetState(i, &state)) {
|
||||
if (ERROR_SUCCESS == pXInputGetState(i, &state)) {
|
||||
wsprintfW(temp, L"XInput Pad %i", i);
|
||||
dm->AddDevice(new XInputDevice(i, temp));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue