mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
Removed TBDebug, using TBMain instead. Fixed debugger assert.
This commit is contained in:
parent
b8b72861b5
commit
b81617fba1
4 changed files with 13 additions and 11 deletions
|
@ -139,7 +139,7 @@ public:
|
|||
|
||||
wxMenu* m_SavedPerspectives;
|
||||
|
||||
wxToolBar *m_ToolBar, *m_ToolBarDebug;
|
||||
wxToolBar *m_ToolBar;
|
||||
// AUI
|
||||
wxAuiManager *m_Mgr;
|
||||
bool bFloatWindow[IDM_CODEWINDOW - IDM_LOGWINDOW + 1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue