mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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:
parent
0e8be812b0
commit
2462a558df
1 changed files with 2 additions and 0 deletions
|
@ -603,6 +603,8 @@ WORD BiosGetCharacter(VOID)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
VgaRefreshDisplay(); // HACK: Waiting here blocks the emulator!!!
|
||||||
|
|
||||||
while (TRUE)
|
while (TRUE)
|
||||||
{
|
{
|
||||||
/* Wait for a console event */
|
/* Wait for a console event */
|
||||||
|
|
Loading…
Reference in a new issue