mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Add label for Remap File Load
This commit is contained in:
parent
57d2c4f39f
commit
85482945bf
@ -96,6 +96,8 @@ static void get_title(const char *label, const char *dir,
|
||||
snprintf(title, sizeof_title, "SHADER PRESET %s", dir);
|
||||
else if (!strcmp(label, "cheat_file_load"))
|
||||
snprintf(title, sizeof_title, "CHEAT FILE %s", dir);
|
||||
else if (!strcmp(label, "remap_file_load"))
|
||||
snprintf(title, sizeof_title, "REMAP FILE %s", dir);
|
||||
else if (menu_type == MENU_SETTINGS_CUSTOM_VIEWPORT ||
|
||||
!strcmp(label, "custom_viewport_2") ||
|
||||
!strcmp(label, "help") ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user