mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Fix configuring balance board not working
This is a bad fix since it doesn't resolve using the balance board on netplay.
This commit is contained in:
parent
fcccd92e14
commit
854e6bdb8d
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ void WiimoteControllersWidget::LoadSettings(Core::State state)
|
|||
for (auto* pt_label : m_wiimote_pt_labels)
|
||||
pt_label->setEnabled(enable_passthrough);
|
||||
|
||||
const int num_local_wiimotes = is_netplay ? NetPlay::NumLocalWiimotes() : 4;
|
||||
const int num_local_wiimotes = is_netplay ? NetPlay::NumLocalWiimotes() : MAX_BBMOTES;
|
||||
for (size_t i = 0; i < m_wiimote_groups.size(); i++)
|
||||
{
|
||||
m_wiimote_labels[i]->setEnabled(enable_emu_bt);
|
||||
|
|
Loading…
Add table
Reference in a new issue