mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Windows - Don't disconnect real wiimotes on Dolphin close. (back to the old behavior)
Fixed issue 6103.
This commit is contained in:
@ -169,10 +169,12 @@ WiimoteScanner::WiimoteScanner()
|
|||||||
WiimoteScanner::~WiimoteScanner()
|
WiimoteScanner::~WiimoteScanner()
|
||||||
{
|
{
|
||||||
// TODO: what do we want here?
|
// TODO: what do we want here?
|
||||||
|
#if 0
|
||||||
ProcessWiimotes(false, [](HANDLE, BLUETOOTH_RADIO_INFO&, BLUETOOTH_DEVICE_INFO_STRUCT& btdi)
|
ProcessWiimotes(false, [](HANDLE, BLUETOOTH_RADIO_INFO&, BLUETOOTH_DEVICE_INFO_STRUCT& btdi)
|
||||||
{
|
{
|
||||||
RemoveWiimote(btdi);
|
RemoveWiimote(btdi);
|
||||||
});
|
});
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void WiimoteScanner::Update()
|
void WiimoteScanner::Update()
|
||||||
|
Reference in New Issue
Block a user