mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
I'm bad at mac.. sorry.
Used the correct name string.
This commit is contained in:
@ -162,7 +162,7 @@ void WiimoteScanner::FindWiimotes(std::vector<Wiimote*> & found_wiimotes, Wiimot
|
|||||||
Wiimote *wm = new Wiimote();
|
Wiimote *wm = new Wiimote();
|
||||||
wm->btd = dev;
|
wm->btd = dev;
|
||||||
|
|
||||||
if(IsBalanceBoardName(name))
|
if(IsBalanceBoardName([[dev name] UTF8String]))
|
||||||
{
|
{
|
||||||
found_board = wm;
|
found_board = wm;
|
||||||
NOTICE_LOG(WIIMOTE, "Found balance board (%s).", bdaddr_str);
|
NOTICE_LOG(WIIMOTE, "Found balance board (%s).", bdaddr_str);
|
||||||
|
Reference in New Issue
Block a user