Skip to content

Commit

Permalink
Windows - Don't disconnect real wiimotes on Dolphin close. (back to t…
Browse files Browse the repository at this point in the history
…he old behavior)

Fixed issue 6103.
  • Loading branch information
jordan-woyak committed Mar 16, 2013
1 parent 98fa500 commit 8faefa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Core/Src/HW/WiimoteReal/IOWin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8faefa3

Please sign in to comment.