From 865b4af24e9368b7b27b63f78fd4253862b2559d Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Sat, 30 Jul 2022 12:54:54 -0700 Subject: [PATCH] only one button and combo box --- Source/Core/DolphinQt/Settings/GameCubePane.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/DolphinQt/Settings/GameCubePane.h b/Source/Core/DolphinQt/Settings/GameCubePane.h index 6754159e8f..3683b07a39 100644 --- a/Source/Core/DolphinQt/Settings/GameCubePane.h +++ b/Source/Core/DolphinQt/Settings/GameCubePane.h @@ -29,6 +29,6 @@ private: QCheckBox* m_skip_main_menu; QComboBox* m_language_combo; - QPushButton* m_slot_buttons[2]; - QComboBox* m_slot_combos[2]; + QPushButton* m_slot_buttons[1]; + QComboBox* m_slot_combos[1]; };