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)