mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTVDM]
Add a hack to fix screen updates while waiting for a keypress. svn path=/branches/ntvdm/; revision=60697
This commit is contained in:
@@ -603,6 +603,8 @@ WORD BiosGetCharacter(VOID)
|
||||
}
|
||||
else
|
||||
{
|
||||
VgaRefreshDisplay(); // HACK: Waiting here blocks the emulator!!!
|
||||
|
||||
while (TRUE)
|
||||
{
|
||||
/* Wait for a console event */
|
||||
|
||||
Reference in New Issue
Block a user