mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2025-02-13 07:11:36 +00:00
added help values to the console help of r_pipeline
This commit is contained in:
parent
197e01a177
commit
0e692f6fed
1 changed files with 4 additions and 1 deletions
|
@ -457,7 +457,10 @@ static const cvarTableItem_t r_cvars[] =
|
||||||
CVAR_GUI_VALUE("1", "V-Sync", "The framerate matches the monitor's refresh rate")
|
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, "", "",
|
"Rendering pipeline", CVARCAT_GRAPHICS, "", "",
|
||||||
CVAR_GUI_VALUE("0", "Gameplay", "Use to play the game")
|
CVAR_GUI_VALUE("0", "Gameplay", "Use to play the game")
|
||||||
CVAR_GUI_VALUE("1", "Cinematic", "Use for screenshots and movies")
|
CVAR_GUI_VALUE("1", "Cinematic", "Use for screenshots and movies")
|
||||||
|
|
Loading…
Reference in a new issue