mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 23:59:27 +01:00
Possibly improve real wiimotes on Windows.
This commit is contained in:
parent
da53ca8ee3
commit
12674b3164
@ -432,7 +432,7 @@ int Wiimote::IOWrite(const u8* buf, int len)
|
||||
}
|
||||
else
|
||||
{
|
||||
ERROR_LOG(WIIMOTE, "IOWrite[MSBT_STACK_MS]: ERROR: %08x", err);
|
||||
WARN_LOG(WIIMOTE, "IOWrite[MSBT_STACK_MS]: ERROR: %08x", err);
|
||||
}
|
||||
}
|
||||
|
||||
@ -488,7 +488,7 @@ void ProcessWiimotes(bool new_scan, T& callback)
|
||||
srch.fReturnUnknown = true;
|
||||
srch.fIssueInquiry = new_scan;
|
||||
// multiple of 1.28 seconds
|
||||
srch.cTimeoutMultiplier = 1;
|
||||
srch.cTimeoutMultiplier = 2;
|
||||
|
||||
BLUETOOTH_FIND_RADIO_PARAMS radioParam;
|
||||
radioParam.dwSize = sizeof(radioParam);
|
||||
|
Loading…
x
Reference in New Issue
Block a user