mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
remap-redux part2: add empty description to analogs that are currently not implemented
This commit is contained in:
parent
921a30da88
commit
058b4cea79
@ -569,7 +569,8 @@ static void menu_action_setting_disp_set_label_input_desc(
|
||||
if (!system)
|
||||
return;
|
||||
|
||||
descriptor = system->input_desc_btn[user_idx][remap_idx];
|
||||
if (btn_idx < RARCH_FIRST_CUSTOM_BIND)
|
||||
descriptor = system->input_desc_btn[user_idx][remap_idx];
|
||||
|
||||
if (!string_is_empty(descriptor))
|
||||
strlcpy(s, descriptor, len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user