Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make confirm on stop default enabled.
  • Loading branch information
Sonicadvance1 committed Jul 8, 2013
1 parent 22c80e1 commit 379a15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/ConfigManager.cpp
Expand Up @@ -309,7 +309,7 @@ void SConfig::LoadSettings()

{
// Interface
ini.Get("Interface", "ConfirmStop", &m_LocalCoreStartupParameter.bConfirmStop, false);
ini.Get("Interface", "ConfirmStop", &m_LocalCoreStartupParameter.bConfirmStop, true);
ini.Get("Interface", "UsePanicHandlers", &m_LocalCoreStartupParameter.bUsePanicHandlers, true);
ini.Get("Interface", "OnScreenDisplayMessages", &m_LocalCoreStartupParameter.bOnScreenDisplayMessages, true);
ini.Get("Interface", "HideCursor", &m_LocalCoreStartupParameter.bHideCursor, false);
Expand Down

0 comments on commit 379a15b

Please sign in to comment.