From fe0a450ee406dfe1a09c3c385eb4a39096695fef Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 8 Sep 2013 19:32:14 -0400 Subject: [PATCH] Don't request authentication (aka I should actually test before committing). --- Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm b/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm index 886dbb9c9c..4f015866bc 100644 --- a/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm +++ b/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm @@ -225,14 +225,6 @@ bool Wiimote::ConnectInternal() 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 withPSM: kBluetoothL2CAPPSMHIDControl delegate: cbt]; if (ret)