Merge pull request #2080 from Monroe88/parameter_menu_fix

(menu_displaylist.c) Fix Preview Shader Parameters
This commit is contained in:
Twinaphex 2015-08-31 08:22:58 +02:00
commit 1b8a6366d7

View File

@ -2342,6 +2342,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
case DISPLAYLIST_OPTIONS:
case DISPLAYLIST_OPTIONS_CHEATS:
case DISPLAYLIST_OPTIONS_REMAPPINGS:
case DISPLAYLIST_SHADER_PARAMETERS:
case DISPLAYLIST_SHADER_PARAMETERS_PRESET:
case DISPLAYLIST_PERFCOUNTERS_CORE:
case DISPLAYLIST_PERFCOUNTERS_FRONTEND: