From 85482945bf56330828485b4707f50a24b0811c56 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 19 Jan 2015 07:38:55 +0100 Subject: [PATCH] Add label for Remap File Load --- menu/drivers_display/shared.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menu/drivers_display/shared.h b/menu/drivers_display/shared.h index 55a4f5feb8..4880526daa 100644 --- a/menu/drivers_display/shared.h +++ b/menu/drivers_display/shared.h @@ -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") ||