mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Merge pull request #7150 from lioncash/naming
BTEmu: Amend variable naming
This commit is contained in:
commit
1da868ee82
8 changed files with 464 additions and 465 deletions
|
@ -471,7 +471,7 @@ void ChangeWiiPads(bool instantly)
|
|||
|
||||
g_wiimote_sources[i] = is_using_wiimote ? WIIMOTE_SRC_EMU : WIIMOTE_SRC_NONE;
|
||||
if (!SConfig::GetInstance().m_bt_passthrough_enabled && bt)
|
||||
bt->AccessWiiMoteByIndex(i)->Activate(is_using_wiimote);
|
||||
bt->AccessWiimoteByIndex(i)->Activate(is_using_wiimote);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue