From 4e4d35494b99dd817d1874751b958a6ec02228c0 Mon Sep 17 00:00:00 2001 From: zilmar Date: Mon, 21 Dec 2015 18:28:35 +1100 Subject: [PATCH] [Project64] Cleanup GFXPlugin.cpp --- Source/Project64-core/Plugins/GFXPlugin.cpp | 34 ++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Source/Project64-core/Plugins/GFXPlugin.cpp b/Source/Project64-core/Plugins/GFXPlugin.cpp index 46f0d496f..6ace03cac 100644 --- a/Source/Project64-core/Plugins/GFXPlugin.cpp +++ b/Source/Project64-core/Plugins/GFXPlugin.cpp @@ -17,22 +17,22 @@ #include CGfxPlugin::CGfxPlugin() : - CaptureScreen(NULL), - ChangeWindow(NULL), - DrawScreen(NULL), - DrawStatus(NULL), - MoveScreen(NULL), - ProcessDList(NULL), - ProcessRDPList(NULL), - ShowCFB(NULL), - UpdateScreen(NULL), - ViStatusChanged(NULL), - ViWidthChanged(NULL), - SoftReset(NULL), - GetRomBrowserMenu(NULL), - OnRomBrowserMenuItem(NULL), - GetDebugInfo(NULL), - InitiateDebugger(NULL) +CaptureScreen(NULL), +ChangeWindow(NULL), +DrawScreen(NULL), +DrawStatus(NULL), +MoveScreen(NULL), +ProcessDList(NULL), +ProcessRDPList(NULL), +ShowCFB(NULL), +UpdateScreen(NULL), +ViStatusChanged(NULL), +ViWidthChanged(NULL), +SoftReset(NULL), +GetRomBrowserMenu(NULL), +OnRomBrowserMenuItem(NULL), +GetDebugInfo(NULL), +InitiateDebugger(NULL) { memset(&m_GFXDebug, 0, sizeof(m_GFXDebug)); } @@ -266,4 +266,4 @@ void CGfxPlugin::ProcessMenuItem(int32_t id) { m_GFXDebug.ProcessMenuItem(id); } -} +} \ No newline at end of file