isle-portable/LEGO1/mxvideoparamflags.cpp

16 lines
317 B
C++
Raw Normal View History

2023-06-23 12:17:41 -04:00
#include "mxvideoparamflags.h"
// OFFSET: LEGO1 0x100bec40
MxVideoParamFlags::MxVideoParamFlags()
{
2023-10-24 19:38:27 -04:00
this->SetFullScreen(0);
this->SetFlipSurfaces(0);
this->SetBackBuffers(0);
this->Set_f1bit3(0);
this->Set_f1bit4(0);
this->Set16Bit(0);
this->SetWideViewAngle(1);
this->Set_f1bit7(1);
this->Set_f2bit1(1);
2023-06-23 12:17:41 -04:00
}