From 0de5fb6f343d406d45ea9fd5e38f583381ad4722 Mon Sep 17 00:00:00 2001 From: The Dax Date: Sat, 27 Jul 2013 19:59:08 -0400 Subject: [PATCH] Remove comment, since it's not really a "hidden" option anymore. --- Core/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Config.h b/Core/Config.h index de86905455..caab196db0 100644 --- a/Core/Config.h +++ b/Core/Config.h @@ -50,7 +50,7 @@ public: bool bNewUI; // "Hidden" setting, does not get saved to ini file. int iNumWorkerThreads; bool bScreenshotsAsPNG; - bool bEnableLogging; // Another "hidden" setting. + bool bEnableLogging; // Core bool bIgnoreBadMemAccess;