Windows - Don't disconnect real wiimotes on Dolphin close. (back to the old behavior)

Fixed issue 6103.
This commit is contained in:
Jordan Woyak 2013-03-16 18:55:01 -05:00
parent 98fa5006fd
commit 8faefa3672
1 changed files with 2 additions and 0 deletions

View File

@ -169,10 +169,12 @@ WiimoteScanner::WiimoteScanner()
WiimoteScanner::~WiimoteScanner()
{
// TODO: what do we want here?
#if 0
ProcessWiimotes(false, [](HANDLE, BLUETOOTH_RADIO_INFO&, BLUETOOTH_DEVICE_INFO_STRUCT& btdi)
{
RemoveWiimote(btdi);
});
#endif
}
void WiimoteScanner::Update()