From 847dc93b73cf61fa8c0fac042684c1c37eb62cd6 Mon Sep 17 00:00:00 2001 From: nakeee Date: Sun, 28 Dec 2008 15:37:14 +0000 Subject: [PATCH] That line doesn't make sense at all Can anyone explain why it's there? git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1702 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_nJoy_SDL/Src/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_nJoy_SDL/Src/Config.cpp b/Source/Plugins/Plugin_nJoy_SDL/Src/Config.cpp index f34300b378..ad2e48a2b6 100644 --- a/Source/Plugins/Plugin_nJoy_SDL/Src/Config.cpp +++ b/Source/Plugins/Plugin_nJoy_SDL/Src/Config.cpp @@ -39,7 +39,7 @@ Config g_Config; Config::Config() { - memset(this, 0, sizeof(Config)); // Clear the memory + //memset(this, 0, sizeof(Config)); // Clear the memory }