mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 00:56:13 +00:00
GUI: Fixed saving of m_InterfaceLogWindow and m_InterfaceConsole, one crashfix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4140 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a7c643e146
commit
334d11bf07
7 changed files with 32 additions and 34 deletions
|
@ -46,8 +46,7 @@ class CFrame : public wxFrame
|
|||
{
|
||||
public:
|
||||
|
||||
CFrame(bool showLogWindow,
|
||||
wxFrame* parent,
|
||||
CFrame(wxFrame* parent,
|
||||
wxWindowID id = wxID_ANY,
|
||||
const wxString& title = wxT("Dolphin"),
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
|
@ -163,7 +162,6 @@ class CFrame : public wxFrame
|
|||
CGameListCtrl* m_GameListCtrl;
|
||||
wxPanel* m_Panel;
|
||||
wxToolBarToolBase* m_ToolPlay;
|
||||
bool m_bLogWindow;
|
||||
CLogWindow* m_LogWindow;
|
||||
|
||||
char **drives;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue