mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +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();
|
||||
wm->btd = dev;
|
||||
|
||||
if(IsBalanceBoardName(name))
|
||||
if(IsBalanceBoardName([[dev name] UTF8String]))
|
||||
{
|
||||
found_board = wm;
|
||||
NOTICE_LOG(WIIMOTE, "Found balance board (%s).", bdaddr_str);
|
||||
|
|
Loading…
Add table
Reference in a new issue