mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00
Don't request authentication (aka I should actually test before committing).
This commit is contained in:
@ -225,14 +225,6 @@ bool Wiimote::ConnectInternal()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = [btd requestAuthentication];
|
|
||||||
if (ret)
|
|
||||||
{
|
|
||||||
WARN_LOG(WIIMOTE, "Unable to request authentication for wiimote %i: %x",
|
|
||||||
index + 1, ret);
|
|
||||||
goto bad;
|
|
||||||
}
|
|
||||||
|
|
||||||
ret = [btd openL2CAPChannelSync: &cchan
|
ret = [btd openL2CAPChannelSync: &cchan
|
||||||
withPSM: kBluetoothL2CAPPSMHIDControl delegate: cbt];
|
withPSM: kBluetoothL2CAPPSMHIDControl delegate: cbt];
|
||||||
if (ret)
|
if (ret)
|
||||||
|
Reference in New Issue
Block a user