mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
GUI: Hide console instead of closing
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4089 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -1143,7 +1143,9 @@ void CFrame::ToggleConsole(bool Show, int i)
|
||||
#else
|
||||
Console->Close();
|
||||
#endif
|
||||
if(GetConsoleWindow()) Console->Close();
|
||||
#ifdef _WIN32
|
||||
if(GetConsoleWindow()) ShowWindow(GetConsoleWindow(),SW_HIDE);
|
||||
#endif
|
||||
}
|
||||
|
||||
// Hide pane
|
||||
|
Reference in New Issue
Block a user