Commit 3aa839f5 authored by Joseph Pranevich's avatar Joseph Pranevich Committed by Alexandre Julliard

Set console video mode when loading DOS app. (Eventually, I want to

mimic Windows 9x's behavior by setting the video mode only when non INT 21 calls are used to allow for arbitrary-sized consoles).
parent bef93c04
......@@ -85,6 +85,9 @@ BOOL32 MAIN_MainInit(void)
/* registry initialisation */
SHELL_LoadRegistry();
/* Set up text-mode stuff */
CONSOLE_ResizeScreen(80, 25);
return TRUE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment