mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Fix copy and paste error in BootManager.cpp.
This commit is contained in:
parent
b55a4bb087
commit
216f4c927a
@ -124,7 +124,7 @@ bool BootCore(const std::string& _rFilename)
|
||||
config_cache.Pads[i] = SConfig::GetInstance().m_SIDevice[i];
|
||||
}
|
||||
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[1] = false;
|
||||
config_cache.bSetFramelimit = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user