Add label for Remap File Load

This commit is contained in:
twinaphex 2015-01-19 07:38:55 +01:00
parent 57d2c4f39f
commit 85482945bf

View File

@ -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") ||