Merge remote-tracking branch 'gzdoom/master'
# Conflicts: # src/v_video.cpp
This commit is contained in:
commit
21a8964bea
36 changed files with 388 additions and 131 deletions
|
|
@ -75,6 +75,7 @@ FRenderer *Renderer;
|
|||
IMPLEMENT_CLASS(DCanvas, true, false)
|
||||
IMPLEMENT_CLASS(DFrameBuffer, true, false)
|
||||
EXTERN_CVAR (Bool, swtruecolor)
|
||||
EXTERN_CVAR (Bool, fullscreen)
|
||||
|
||||
#if defined(_DEBUG) && defined(_M_IX86) && !defined(__MINGW32__)
|
||||
#define DBGBREAK { __asm int 3 }
|
||||
|
|
@ -1493,6 +1494,9 @@ CCMD (vid_setmode)
|
|||
goodmode = true;
|
||||
}
|
||||
|
||||
if (!fullscreen)
|
||||
goodmode = true;
|
||||
|
||||
if (goodmode)
|
||||
{
|
||||
// The actual change of resolution will take place
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue