mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Moved some lines and deleted old code
* Removed Compiler ELF references from rpcs3.cpp * Reordered the menu bar lines. * Moved the construction of some panels of MainFrame from rpcs3.cpp to MainFrame.cpp
This commit is contained in:
parent
b85a86b225
commit
83a7c83761
4 changed files with 20 additions and 23 deletions
|
|
@ -3,7 +3,6 @@
|
|||
#include "Ini.h"
|
||||
#include "Emu/System.h"
|
||||
#include <wx/msw/wrapwin.h>
|
||||
#include "Gui/CompilerELF.h"
|
||||
|
||||
const wxEventType wxEVT_DBG_COMMAND = wxNewEventType();
|
||||
|
||||
|
|
@ -22,15 +21,7 @@ bool Rpcs3App::OnInit()
|
|||
SetTopWindow(m_MainFrame);
|
||||
Emu.Init();
|
||||
|
||||
// (new CompilerELF(m_MainFrame))->Show();
|
||||
m_debugger_frame = new DebuggerPanel(m_MainFrame);
|
||||
ConLogFrame = new LogFrame(m_MainFrame);
|
||||
|
||||
m_MainFrame->AddPane(ConLogFrame, "Log", wxAUI_DOCK_BOTTOM);
|
||||
m_MainFrame->AddPane(m_debugger_frame, "Debugger", wxAUI_DOCK_RIGHT);
|
||||
//ConLogFrame->Show();
|
||||
m_MainFrame->Show();
|
||||
|
||||
m_MainFrame->DoSettings(true);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue