- replace vid_enablevulkan with vid_preferbackend - disabled startup window selector for this (will replace when the startup screen changes are done)

This commit is contained in:
Rachael Alexanderson 2019-12-01 16:06:36 -05:00
commit bdc7329d32
3 changed files with 17 additions and 8 deletions

View file

@ -119,7 +119,8 @@ EXTERN_CVAR (Bool, queryiwad);
EXTERN_CVAR (Bool, disableautoload)
EXTERN_CVAR (Bool, autoloadlights)
EXTERN_CVAR (Bool, autoloadbrightmaps)
EXTERN_CVAR (Int, vid_enablevulkan)
//EXTERN_CVAR (Int, vid_enablevulkan) // hack - we're just disabling it for now, this code does nothing
uint32_t vid_enablevulkan = 0;
extern HWND Window, ConWindow, GameTitleWindow;
extern HANDLE StdOut;