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