mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[NTVDM]: Comment out what-appears-to-be a broken test. Fixes some LIFE.COM program. Need to investigate further...
svn path=/branches/ntvdm/; revision=61908
This commit is contained in:
@@ -1320,8 +1320,8 @@ VOID VgaRefreshDisplay(VOID)
|
||||
InVerticalRetrace = TRUE;
|
||||
|
||||
/* If nothing has changed, just return */
|
||||
if (!ModeChanged && !CursorMoved && !PaletteChanged && !NeedsUpdate)
|
||||
return;
|
||||
// if (!ModeChanged && !CursorMoved && !PaletteChanged && !NeedsUpdate)
|
||||
// return;
|
||||
|
||||
/* Change the display mode */
|
||||
if (ModeChanged) VgaChangeMode();
|
||||
|
||||
Reference in New Issue
Block a user