From 1edc51f41d8b1592528e5f7b0446e96d457bd49e Mon Sep 17 00:00:00 2001 From: zeromus Date: Sun, 31 Jul 2011 20:19:44 +0000 Subject: [PATCH] etc --- BizHawk.MultiClient/LogConsole.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.MultiClient/LogConsole.cs b/BizHawk.MultiClient/LogConsole.cs index f13ce7ba53..79b2c1defc 100644 --- a/BizHawk.MultiClient/LogConsole.cs +++ b/BizHawk.MultiClient/LogConsole.cs @@ -152,6 +152,7 @@ namespace BizHawk.MultiClient if (!attachedConsole) { + Win32.FreeConsole(); if (Win32.AllocConsole()) hasConsole = true; else