mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
Don't allow input on the user language setting
This commit is contained in:
parent
64a11ca0f4
commit
fc3547b8e4
@ -6121,7 +6121,6 @@ static bool setting_append_list(
|
||||
1,
|
||||
true,
|
||||
true);
|
||||
settings_data_list_current_add_flags(list, list_info, SD_FLAG_ALLOW_INPUT);
|
||||
menu_settings_list_current_add_cmd(list, list_info, CMD_EVENT_MENU_REFRESH);
|
||||
(*list)[list_info->index - 1].get_string_representation =
|
||||
&setting_get_string_representation_uint_user_language;
|
||||
|
Loading…
Reference in New Issue
Block a user