mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Cleanup
This commit is contained in:
parent
09b3a6f2c5
commit
3d87398011
@ -1273,7 +1273,6 @@ static void menu_action_setting_disp_set_label(file_list_t* list,
|
||||
uint32_t hash_label = menu_hash_calculate(label);
|
||||
|
||||
*s = '\0';
|
||||
*w = 19;
|
||||
|
||||
switch (hash_label)
|
||||
{
|
||||
@ -1289,6 +1288,9 @@ static void menu_action_setting_disp_set_label(file_list_t* list,
|
||||
case MENU_LABEL_ACHIEVEMENT_LIST:
|
||||
*w = 2;
|
||||
break;
|
||||
default:
|
||||
*w = 19;
|
||||
break;
|
||||
}
|
||||
|
||||
menu_setting_get_label(list, s,
|
||||
|
Loading…
x
Reference in New Issue
Block a user