mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Fix copy and paste error in BootManager.cpp.
This commit is contained in:
@ -124,7 +124,7 @@ bool BootCore(const std::string& _rFilename)
|
|||||||
config_cache.Pads[i] = SConfig::GetInstance().m_SIDevice[i];
|
config_cache.Pads[i] = SConfig::GetInstance().m_SIDevice[i];
|
||||||
}
|
}
|
||||||
std::fill_n(config_cache.bSetWiimoteSource, 5, false);
|
std::fill_n(config_cache.bSetWiimoteSource, 5, false);
|
||||||
std::fill_n(config_cache.bSetPads, 5, false);
|
std::fill_n(config_cache.bSetPads, 4, false);
|
||||||
config_cache.bSetEXIDevice[0] = false;
|
config_cache.bSetEXIDevice[0] = false;
|
||||||
config_cache.bSetEXIDevice[1] = false;
|
config_cache.bSetEXIDevice[1] = false;
|
||||||
config_cache.bSetFramelimit = false;
|
config_cache.bSetFramelimit = false;
|
||||||
|
Reference in New Issue
Block a user