mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Add dropdown list for X-Axis Centering
This commit is contained in:
parent
21ac77ced2
commit
2b7a1c7f3c
@ -5158,6 +5158,8 @@ static bool setting_append_list(
|
||||
parent_group,
|
||||
general_write_handler,
|
||||
general_read_handler);
|
||||
(*list)[list_info->index - 1].action_ok = &setting_action_ok_uint;
|
||||
(*list)[list_info->index - 1].offset_by = -3;
|
||||
settings_data_list_current_add_flags(list, list_info, SD_FLAG_ADVANCED);
|
||||
menu_settings_list_current_add_range(list, list_info, -3, 4, 1.0, true, true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user