Merge remote-tracking branch 'upstream/master'

This commit is contained in:
AndresSM 2014-03-03 01:58:54 -05:00
commit 508fc65292
2 changed files with 3 additions and 1 deletions

View File

@ -361,6 +361,8 @@ static void rmenu_xui_render(void *data)
strlcpy(title, "DISK OPTIONS", sizeof(title));
else if (menu_type == RGUI_SETTINGS_CORE_OPTIONS)
strlcpy(title, "CORE OPTIONS", sizeof(title));
else if (menu_type == RGUI_SETTINGS_CORE_INFO)
strlcpy(title, "CORE INFO", sizeof(title));
#ifdef HAVE_SHADER_MANAGER
else if (menu_type_is(menu_type) == RGUI_SETTINGS_SHADER_OPTIONS)
snprintf(title, sizeof(title), "SHADER %s", dir);