mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Removed TBDebug, using TBMain instead. Fixed debugger assert.
This commit is contained in:
@ -307,8 +307,7 @@ CFrame::CFrame(wxFrame* parent,
|
||||
long style)
|
||||
: CRenderFrame(parent, id, title, pos, size, style)
|
||||
, g_pCodeWindow(nullptr), g_NetPlaySetupDiag(nullptr), g_CheatsWindow(nullptr)
|
||||
, m_ToolBar(nullptr), m_ToolBarDebug(nullptr)
|
||||
, m_SavedPerspectives(nullptr)
|
||||
, m_ToolBar(nullptr), m_SavedPerspectives(nullptr)
|
||||
, m_GameListCtrl(nullptr), m_Panel(nullptr)
|
||||
, m_RenderFrame(nullptr), m_RenderParent(nullptr)
|
||||
, m_LogWindow(nullptr), m_LogConfigWindow(nullptr)
|
||||
|
Reference in New Issue
Block a user