mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
(Menu) Aspect Ratio - implement dropdown box again
This commit is contained in:
parent
5674c46f38
commit
4850cc0f97
@ -9621,7 +9621,6 @@ static bool setting_append_list(
|
||||
(*list)[list_info->index - 1].action_ok = &setting_action_ok_uint;
|
||||
(*list)[list_info->index - 1].get_string_representation =
|
||||
&setting_get_string_representation_uint_aspect_ratio_index;
|
||||
(*list)[list_info->index - 1].action_ok = setting_uint_action_left_with_refresh;
|
||||
(*list)[list_info->index - 1].action_left = setting_uint_action_left_with_refresh;
|
||||
(*list)[list_info->index - 1].action_right = setting_uint_action_right_with_refresh;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user