From 3ce7ada7900d0109318cbd9307627f5dfdf6a7b4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 15 Feb 2015 17:50:38 +0100 Subject: [PATCH] Update get_title --- menu/drivers/shared.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menu/drivers/shared.h b/menu/drivers/shared.h index 01928db5e5..2331900b81 100644 --- a/menu/drivers/shared.h +++ b/menu/drivers/shared.h @@ -265,6 +265,8 @@ static INLINE void get_title(const char *label, const char *dir, strlcpy(title, "CORE OPTIONS", sizeof_title); else if (!strcmp(label, "shader_options")) strlcpy(title, "SHADER OPTIONS", sizeof_title); + else if (!strcmp(label, "video_options")) + strlcpy(title, "VIDEO OPTIONS", sizeof_title); else if (!strcmp(label, "core_cheat_options")) strlcpy(title, "CORE CHEAT OPTIONS", sizeof_title); else if (!strcmp(label, "core_input_remapping_options"))