mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
I'm bad at mac.. sorry.
Used the correct name string.
This commit is contained in:
parent
0b869cf12d
commit
08f6ba8274
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue