From 199e35e3b80550129d090c245f9f5eb783b0fe66 Mon Sep 17 00:00:00 2001 From: mtabachenko Date: Mon, 25 Nov 2013 13:50:19 +0000 Subject: [PATCH] - applied change [r4908] to 0.9.10 branch. --- desmume/src/windows/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index 29fffc456..fa619b8bb 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -3515,7 +3515,7 @@ int WINAPI WinMain (HINSTANCE hThisInstance, static const bool defaultConsoleEnable = false; #endif - gShowConsole = GetPrivateProfileBool("Display", "Show Console", defaultConsoleEnable, IniName); + gShowConsole = GetPrivateProfileBool("Console", "Show", defaultConsoleEnable, IniName); gConsoleTopmost = GetPrivateProfileBool("Console", "Always On Top", false, IniName); if (gShowConsole)