mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
Windows - Don't disconnect real wiimotes on Dolphin close. (back to the old behavior)
Fixed issue 6103.
This commit is contained in:
parent
98fa5006fd
commit
8faefa3672
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue