Isle
Loading...
Searching...
No Matches
mxvideoparamflags.cpp
Go to the documentation of this file.
1#include "mxvideoparamflags.h"
2
3#include "decomp.h"
4
6
7// FUNCTION: LEGO1 0x100bec40
8// FUNCTION: BETA10 0x1012dadb
10{
11 m_flags1.m_bit0 = FALSE; // FullScreen
12 m_flags1.m_bit1 = FALSE; // FlipSurfaces
13 m_flags1.m_bit2 = FALSE; // BackBuffers
14 m_flags1.m_bit3 = FALSE;
15 m_flags1.m_bit4 = FALSE;
16 m_flags1.m_bit5 = FALSE; // 16Bit
17 m_flags1.m_bit6 = TRUE; // WideViewAngle
18 m_flags1.m_bit7 = TRUE;
19
20 m_flags2.m_bit1 = TRUE;
21}
[AI] Manages video parameter flags, providing an abstraction for various video settings such as fulls...
#define TRUE
Definition: d3drmdef.h:28
#define FALSE
Definition: d3drmdef.h:27
#define DECOMP_SIZE_ASSERT(T, S)
Definition: decomp.h:19