From 5e5e56df8738b2ef8861ce244618eaac26299415 Mon Sep 17 00:00:00 2001 From: mtabachenko Date: Mon, 25 Nov 2013 13:48:27 +0000 Subject: [PATCH] winport: - move "Show Console" parameter in ini-file for [Display] to [Console] section and renamed to "Show"; --- 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)