mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -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();
|
||||
wm->btd = dev;
|
||||
|
||||
if(IsBalanceBoardName(name))
|
||||
if(IsBalanceBoardName([[dev name] UTF8String]))
|
||||
{
|
||||
found_board = wm;
|
||||
NOTICE_LOG(WIIMOTE, "Found balance board (%s).", bdaddr_str);
|
||||
|
Reference in New Issue
Block a user