Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Go back to assuming every HID device is a wiimote on Windows.
Fixed issue 6117.
Unfixed issue 6031.
  • Loading branch information
jordan-woyak committed Mar 26, 2013
1 parent 0994a58 commit b8b5afa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Core/Src/HW/WiimoteReal/IOWin.cpp
Expand Up @@ -296,6 +296,7 @@ bool Wiimote::Connect()
return false;
}

#if 0
TCHAR name[128] = {};
HidD_GetProductString(dev_handle, name, 128);

Expand All @@ -307,6 +308,7 @@ bool Wiimote::Connect()
dev_handle = 0;
return false;
}
#endif

#if 0
HIDD_ATTRIBUTES attr;
Expand Down

0 comments on commit b8b5afa

Please sign in to comment.