Merge pull request #7150 from lioncash/naming

BTEmu: Amend variable naming
This commit is contained in:
Léo Lam
2018-06-22 22:50:48 +02:00
committed by GitHub
8 changed files with 464 additions and 465 deletions
+1 -1
View File
@@ -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);
}
}