mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-03-31 08:29:40 +00:00
Reverted g_uHalfScanLines being off per Tom's request.
This commit is contained in:
parent
04e11659ab
commit
9c4525cc59
@ -267,7 +267,7 @@ static LPBYTE vidlastmem = NULL;
|
||||
int g_bVideoMode = VF_TEXT;
|
||||
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user