diff --git a/Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp b/Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp index d6146cc2335e..95f176a0433b 100644 --- a/Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp +++ b/Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp @@ -312,7 +312,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);