mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
BTEmu: Rename AccessWiiMote to AccessWiimote
Everywhere else throughout the codebase we use "Wiimote" when referring to the Wii Remote as a shorthand. This makes the casing consistent.
This commit is contained in:
@ -923,7 +923,7 @@ void MenuBar::UpdateToolsMenu(bool emulation_started)
|
||||
|
||||
wii_remote->setEnabled(enable_wiimotes);
|
||||
if (enable_wiimotes)
|
||||
wii_remote->setChecked(bt->AccessWiiMoteByIndex(i)->IsConnected());
|
||||
wii_remote->setChecked(bt->AccessWiimoteByIndex(i)->IsConnected());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user