mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-09 10:50:56 +00:00
- add some more blacklisted cvars to defcvars
This commit is contained in:
parent
c39b7c7c7b
commit
a0786253c7
1 changed files with 9 additions and 0 deletions
|
@ -119,6 +119,15 @@ void D_GrabCVarDefaults()
|
||||||
SHOULD_BLACKLIST(queryiwad_key)
|
SHOULD_BLACKLIST(queryiwad_key)
|
||||||
SHOULD_BLACKLIST(vid_gpuswitch)
|
SHOULD_BLACKLIST(vid_gpuswitch)
|
||||||
SHOULD_BLACKLIST(vr_enable_quadbuffered)
|
SHOULD_BLACKLIST(vr_enable_quadbuffered)
|
||||||
|
SHOULD_BLACKLIST(m_filter)
|
||||||
|
SHOULD_BLACKLIST(gl_debug)
|
||||||
|
SHOULD_BLACKLIST(vid_adapter)
|
||||||
|
SHOULD_BLACKLIST(sys_statsenabled47)
|
||||||
|
SHOULD_BLACKLIST(sys_statsenabled49)
|
||||||
|
SHOULD_BLACKLIST(save_dir)
|
||||||
|
SHOULD_BLACKLIST(sys_statsport)
|
||||||
|
SHOULD_BLACKLIST(sys_statshost)
|
||||||
|
SHOULD_BLACKLIST(sentstats_hwr_done)
|
||||||
|
|
||||||
var = FindCVar(CurrentFindCVar, NULL);
|
var = FindCVar(CurrentFindCVar, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue