This commit is contained in:
zeromus 2011-07-31 20:19:44 +00:00
parent a71fe428c2
commit 1edc51f41d
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ namespace BizHawk.MultiClient
if (!attachedConsole)
{
Win32.FreeConsole();
if (Win32.AllocConsole())
hasConsole = true;
else