Cleanups
This commit is contained in:
parent
088a4dcbc0
commit
e5a31920ad
|
@ -876,23 +876,7 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
|
||||||
snprintf(s, len,
|
snprintf(s, len,
|
||||||
"Load Shader Preset. \n"
|
"Load Shader Preset. \n"
|
||||||
" \n"
|
" \n"
|
||||||
" Load a "
|
" Load a shader preset directly. \n"
|
||||||
#ifdef HAVE_CG
|
|
||||||
"Cg"
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_GLSL
|
|
||||||
#ifdef HAVE_CG
|
|
||||||
"/"
|
|
||||||
#endif
|
|
||||||
"GLSL"
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_HLSL
|
|
||||||
#if defined(HAVE_CG) || defined(HAVE_HLSL)
|
|
||||||
"/"
|
|
||||||
#endif
|
|
||||||
"HLSL"
|
|
||||||
#endif
|
|
||||||
" preset directly. \n"
|
|
||||||
"The menu shader menu is updated accordingly. \n"
|
"The menu shader menu is updated accordingly. \n"
|
||||||
" \n"
|
" \n"
|
||||||
"If the CGP uses scaling methods which are not \n"
|
"If the CGP uses scaling methods which are not \n"
|
||||||
|
|
Loading…
Reference in New Issue