mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-13 21:12:09 +00:00
default all GC ports to GC Adapter
This commit is contained in:
parent
865b4af24e
commit
ae3a5e9cca
1 changed files with 1 additions and 2 deletions
|
@ -504,8 +504,7 @@ void SConfig::LoadCoreSettings(IniFile& ini)
|
|||
core->Get("BBA_XLINK_CHAT_OSD", &m_bba_xlink_chat_osd, true);
|
||||
for (size_t i = 0; i < std::size(m_SIDevice); ++i)
|
||||
{
|
||||
core->Get(fmt::format("SIDevice{}", i), &m_SIDevice[i],
|
||||
(i == 0) ? SerialInterface::SIDEVICE_GC_CONTROLLER : SerialInterface::SIDEVICE_NONE);
|
||||
core->Get(fmt::format("SIDevice{}", i), &m_SIDevice[i], SerialInterface::SIDevices::SIDEVICE_WIIU_ADAPTER);
|
||||
core->Get(fmt::format("AdapterRumble{}", i), &m_AdapterRumble[i], true);
|
||||
core->Get(fmt::format("SimulateKonga{}", i), &m_AdapterKonga[i], false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue