Wii Progressive Scan: Off by default, I think that's better, and how it was before
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2437 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7557e4d443
commit
e9bf47d1fc
|
@ -218,7 +218,7 @@ void SConfig::LoadSettings()
|
|||
|
||||
// Wii
|
||||
ini.Get("Wii", "Widescreen", &m_LocalCoreStartupParameter.bWidescreen, false);
|
||||
ini.Get("Wii", "ProgressiveScan", &m_LocalCoreStartupParameter.bProgressiveScan, true);
|
||||
ini.Get("Wii", "ProgressiveScan", &m_LocalCoreStartupParameter.bProgressiveScan, false);
|
||||
|
||||
// Plugins
|
||||
ini.Get("Core", "GFXPlugin", &m_LocalCoreStartupParameter.m_strVideoPlugin, m_DefaultGFXPlugin.c_str());
|
||||
|
|
Loading…
Reference in New Issue