[Project64] Cleanup GFXPlugin.cpp
This commit is contained in:
parent
f23ba48309
commit
4e4d35494b
|
@ -17,22 +17,22 @@
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
|
|
||||||
CGfxPlugin::CGfxPlugin() :
|
CGfxPlugin::CGfxPlugin() :
|
||||||
CaptureScreen(NULL),
|
CaptureScreen(NULL),
|
||||||
ChangeWindow(NULL),
|
ChangeWindow(NULL),
|
||||||
DrawScreen(NULL),
|
DrawScreen(NULL),
|
||||||
DrawStatus(NULL),
|
DrawStatus(NULL),
|
||||||
MoveScreen(NULL),
|
MoveScreen(NULL),
|
||||||
ProcessDList(NULL),
|
ProcessDList(NULL),
|
||||||
ProcessRDPList(NULL),
|
ProcessRDPList(NULL),
|
||||||
ShowCFB(NULL),
|
ShowCFB(NULL),
|
||||||
UpdateScreen(NULL),
|
UpdateScreen(NULL),
|
||||||
ViStatusChanged(NULL),
|
ViStatusChanged(NULL),
|
||||||
ViWidthChanged(NULL),
|
ViWidthChanged(NULL),
|
||||||
SoftReset(NULL),
|
SoftReset(NULL),
|
||||||
GetRomBrowserMenu(NULL),
|
GetRomBrowserMenu(NULL),
|
||||||
OnRomBrowserMenuItem(NULL),
|
OnRomBrowserMenuItem(NULL),
|
||||||
GetDebugInfo(NULL),
|
GetDebugInfo(NULL),
|
||||||
InitiateDebugger(NULL)
|
InitiateDebugger(NULL)
|
||||||
{
|
{
|
||||||
memset(&m_GFXDebug, 0, sizeof(m_GFXDebug));
|
memset(&m_GFXDebug, 0, sizeof(m_GFXDebug));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue