mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-07 16:49:09 +00:00
Set Insert SD Card default value to true
This commit is contained in:
parent
1b97f081b8
commit
fdc9ea6ca0
2 changed files with 2 additions and 2 deletions
|
@ -510,7 +510,7 @@ void SConfig::LoadCoreSettings(IniFile& ini)
|
|||
core->Get(fmt::format("AdapterRumble{}", i), &m_AdapterRumble[i], true);
|
||||
core->Get(fmt::format("SimulateKonga{}", i), &m_AdapterKonga[i], false);
|
||||
}
|
||||
core->Get("WiiSDCard", &m_WiiSDCard, false);
|
||||
core->Get("WiiSDCard", &m_WiiSDCard, true);
|
||||
core->Get("WiiKeyboard", &m_WiiKeyboard, false);
|
||||
core->Get("WiimoteContinuousScanning", &m_WiimoteContinuousScanning, false);
|
||||
core->Get("WiimoteEnableSpeaker", &m_WiimoteEnableSpeaker, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue