added help values to the console help of r_pipeline

This commit is contained in:
myT 2024-01-21 03:38:32 +01:00
parent 197e01a177
commit 0e692f6fed

View file

@ -457,7 +457,10 @@ static const cvarTableItem_t r_cvars[] =
CVAR_GUI_VALUE("1", "V-Sync", "The framerate matches the monitor's refresh rate")
},
{
&r_pipeline, "r_pipeline", "0", CVAR_ARCHIVE | CVAR_LATCH, CVART_BOOL, NULL, NULL, "rendering pipeline",
&r_pipeline, "r_pipeline", "0", CVAR_ARCHIVE | CVAR_LATCH, CVART_BOOL, NULL, NULL,
"rendering pipeline\n"
S_COLOR_VAL " 0 " S_COLOR_HELP "= Gameplay\n"
S_COLOR_VAL " 1 " S_COLOR_HELP "= Cinematic",
"Rendering pipeline", CVARCAT_GRAPHICS, "", "",
CVAR_GUI_VALUE("0", "Gameplay", "Use to play the game")
CVAR_GUI_VALUE("1", "Cinematic", "Use for screenshots and movies")