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
commit 1da868ee82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 464 additions and 465 deletions

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);
}
}