From fec5ed92ff123babcd0a3ab3e3c356bde71d9edc Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Mon, 31 Jan 2011 02:39:25 +0000 Subject: Revive the GFX debugger window. Turns out to be considerably easier than the DSPLLE debugger window. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7001 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DebuggerWX/Src/CodeWindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp') diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp index ad600222ae..6ff7c5b82d 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp @@ -139,6 +139,7 @@ CCodeWindow::CCodeWindow(const SCoreStartupParameter& _LocalCoreStartupParameter , m_BreakpointWindow(NULL) , m_MemoryWindow(NULL) , m_JitWindow(NULL) + , m_VideoWindow(NULL) , codeview(NULL) { InitBitmaps(); -- cgit v1.2.3