mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-21 11:31:41 +00:00
Silenced quad stereo message during startup
This commit is contained in:
parent
410749cf67
commit
6003625721
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ CVAR(Bool, vr_swap_eyes, false, CVAR_GLOBALCONFIG)
|
||||||
// For broadest GL compatibility, require user to explicitly enable quad-buffered stereo mode.
|
// For broadest GL compatibility, require user to explicitly enable quad-buffered stereo mode.
|
||||||
// Setting vr_enable_quadbuffered_stereo does not automatically invoke quad-buffered stereo,
|
// Setting vr_enable_quadbuffered_stereo does not automatically invoke quad-buffered stereo,
|
||||||
// but makes it possible for subsequent "vr_mode 7" to invoke quad-buffered stereo
|
// but makes it possible for subsequent "vr_mode 7" to invoke quad-buffered stereo
|
||||||
CUSTOM_CVAR(Bool, vr_enable_quadbuffered, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
|
CUSTOM_CVAR(Bool, vr_enable_quadbuffered, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINITCALL)
|
||||||
{
|
{
|
||||||
Printf("You must restart " GAMENAME " to switch quad stereo mode\n");
|
Printf("You must restart " GAMENAME " to switch quad stereo mode\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue