mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Fixes issue 1777.
plus a fix for wiimote detection on win32 when using the default MS stack git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4989 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -621,7 +621,7 @@ int WiimotePairUp(void)
|
||||
srch.fReturnRemembered = TRUE;
|
||||
srch.fReturnConnected = TRUE; // does not filter properly somehow, so we 've to do an additional check on fConnected BT Devices
|
||||
srch.fReturnUnknown = TRUE;
|
||||
srch.fIssueInquiry = FALSE;
|
||||
srch.fIssueInquiry = TRUE;
|
||||
srch.cTimeoutMultiplier = 1;
|
||||
srch.hRadio = hRadios[radio];
|
||||
|
||||
|
Reference in New Issue
Block a user