mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Disable DXGI automatic display mode switching for alt-enter borderless fullscreen
This commit is contained in:
parent
ab7fefcadc
commit
2d46e47046
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ struct DeviceCreationParameters
|
|||
{
|
||||
bool startMaximized = false;
|
||||
bool startFullscreen = false;
|
||||
bool allowModeSwitch = true;
|
||||
bool allowModeSwitch = false;
|
||||
int windowPosX = -1; // -1 means use default placement
|
||||
int windowPosY = -1;
|
||||
uint32_t backBufferWidth = 1280;
|
||||
|
|
Loading…
Reference in a new issue