mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Used a constant for the default high value.
This commit is contained in:
@ -911,7 +911,7 @@ ControlGroupBox::ControlGroupBox(ControllerEmu::ControlGroup* const group, wxWin
|
||||
//options
|
||||
for (auto& groupSetting : group->settings)
|
||||
{
|
||||
if (groupSetting.get()->high == 100)
|
||||
if (groupSetting.get()->high == DEFAULT_HIGH_VALUE)
|
||||
{
|
||||
PadSettingCheckBox* setting_cbox = new PadSettingCheckBox(parent, groupSetting.get());
|
||||
if (groupSetting.get()->is_iterate == true)
|
||||
|
Reference in New Issue
Block a user