mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Fix copy and paste error in BootManager.cpp.
This commit is contained in:
parent
b55a4bb087
commit
216f4c927a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue