mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 04:21:19 +00:00
Get rid of 'get_label' entry that is no longer necessary
This commit is contained in:
parent
39c45133a2
commit
4cc22de045
@ -2407,9 +2407,6 @@ void setting_data_get_label(char *type_str,
|
|||||||
else
|
else
|
||||||
strlcpy(type_str, "Disabled", type_str_size);
|
strlcpy(type_str, "Disabled", type_str_size);
|
||||||
}
|
}
|
||||||
else if (!strcmp(label, "input_bind_player_no"))
|
|
||||||
snprintf(type_str, type_str_size, "#%u",
|
|
||||||
driver.menu->current_pad + 1);
|
|
||||||
else if (!strcmp(label, "input_bind_analog_dpad_mode"))
|
else if (!strcmp(label, "input_bind_analog_dpad_mode"))
|
||||||
{
|
{
|
||||||
static const char *modes[] = {
|
static const char *modes[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user