mirror of https://github.com/PCSX2/pcsx2.git
Reverting r4796 (Console window now opens again before main window). Reason: The console window's menus were overlapping the main window menus, leading to main window menu actions getting invoked when using the console menus...
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4818 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
6b8a605845
commit
073e5e2f3a
|
@ -466,9 +466,9 @@ bool Pcsx2App::OnInit()
|
|||
// Start GUI and/or Direct Emulation
|
||||
// -------------------------------------
|
||||
if( Startup.ForceConsole ) g_Conf->ProgLogBox.Visible = true;
|
||||
if( m_UseGUI ) OpenMainFrame();
|
||||
OpenProgramLog();
|
||||
AllocateCoreStuffs();
|
||||
if( m_UseGUI ) OpenMainFrame();
|
||||
|
||||
|
||||
(new GameDatabaseLoaderThread())->Start();
|
||||
|
|
Loading…
Reference in New Issue