mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
fix two typos in configmanager
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2395 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3b7875bf3f
commit
7d84ac6a5a
@ -102,8 +102,8 @@ void SConfig::SaveSettings()
|
||||
ini.Set("Core", "RunCompareClient", m_LocalCoreStartupParameter.bRunCompareClient);
|
||||
|
||||
// Wii
|
||||
ini.Set("Wii", "Widescreen", &m_LocalCoreStartupParameter.bWidescreen);
|
||||
ini.Set("Wii", "ProgressiveScan", &m_LocalCoreStartupParameter.bProgressiveScan);
|
||||
ini.Set("Wii", "Widescreen", m_LocalCoreStartupParameter.bWidescreen);
|
||||
ini.Set("Wii", "ProgressiveScan", m_LocalCoreStartupParameter.bProgressiveScan);
|
||||
|
||||
// Plugins
|
||||
ini.Set("Core", "GFXPlugin", m_LocalCoreStartupParameter.m_strVideoPlugin);
|
||||
|
Loading…
x
Reference in New Issue
Block a user