Change number of combo choices from 3 to 4
This was causing the start+select combo to not actually be selectable.
This commit is contained in:
parent
42a3ec2cf7
commit
2d0caf522b
|
@ -3999,7 +3999,7 @@ static bool setting_append_list(
|
||||||
parent_group,
|
parent_group,
|
||||||
general_write_handler,
|
general_write_handler,
|
||||||
general_read_handler);
|
general_read_handler);
|
||||||
menu_settings_list_current_add_range(list, list_info, 0, 3, 1, true, true);
|
menu_settings_list_current_add_range(list, list_info, 0, 4, 1, true, true);
|
||||||
|
|
||||||
CONFIG_BOOL(
|
CONFIG_BOOL(
|
||||||
list, list_info,
|
list, list_info,
|
||||||
|
|
Loading…
Reference in New Issue