Skip to content

Commit

Permalink
Ensure default value is toggled off.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3gfaultx committed Aug 30, 2024
1 parent ceb4f0e commit cfc785c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/menu_setting.c
Original file line number Diff line number Diff line change
Expand Up @@ -15435,7 +15435,7 @@ static bool setting_append_list(
&settings->bools.input_remap_sort_by_controller_enable,
MENU_ENUM_LABEL_INPUT_REMAP_SORT_BY_CONTROLLER_ENABLE,
MENU_ENUM_LABEL_VALUE_INPUT_REMAP_SORT_BY_CONTROLLER_ENABLE,
true,
false,
MENU_ENUM_LABEL_VALUE_OFF,
MENU_ENUM_LABEL_VALUE_ON,
&group_info,
Expand Down

0 comments on commit cfc785c

Please sign in to comment.