mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Logging fixed
Now it displays messagebox if logging system isn't initialized. Otherwise it could cause stack overflow.
This commit is contained in:
parent
5d6d058965
commit
c5737d01c6
4 changed files with 26 additions and 14 deletions
|
|
@ -122,9 +122,9 @@ MainFrame::MainFrame()
|
|||
SetMenuBar(menubar);
|
||||
|
||||
// Panels
|
||||
m_log_frame = new LogFrame(this);
|
||||
m_game_viewer = new GameViewer(this);
|
||||
m_debugger_frame = new DebuggerPanel(this);
|
||||
m_log_frame = new LogFrame(this);
|
||||
|
||||
AddPane(m_game_viewer, "Game List", wxAUI_DOCK_CENTRE);
|
||||
AddPane(m_log_frame, "Log", wxAUI_DOCK_BOTTOM);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue