Reverted g_uHalfScanLines being off per Tom's request.
This commit is contained in:
parent
04e11659ab
commit
9c4525cc59
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ static LPBYTE vidlastmem = NULL;
|
||||||
int g_bVideoMode = VF_TEXT;
|
int g_bVideoMode = VF_TEXT;
|
||||||
|
|
||||||
DWORD g_eVideoType = VT_COLOR_TVEMU;
|
DWORD g_eVideoType = VT_COLOR_TVEMU;
|
||||||
DWORD g_uHalfScanLines = false; // drop 50% scan lines for a more authentic look
|
DWORD g_uHalfScanLines = true; // drop 50% scan lines for a more authentic look
|
||||||
|
|
||||||
|
|
||||||
static bool g_bTextFlashState = false;
|
static bool g_bTextFlashState = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue