[NTVDM] Log the command line used when starting NTVDM.

This commit is contained in:
Hermès Bélusca-Maïto 2021-11-22 03:08:30 +01:00
parent b538b9abb8
commit 6a4ca215ab
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -506,11 +506,15 @@ wmain(INT argc, WCHAR *argv[])
}
#endif
DPRINT1("\n\n\n"
"NTVDM - Starting...\n"
"Command Line: '%s'\n"
"\n\n",
GetCommandLineA());
/* Load the global VDM settings */
LoadGlobalSettings(&GlobalSettings);
DPRINT1("\n\n\nNTVDM - Starting...\n\n\n");
/* Initialize the console */
if (!ConsoleInit())
{