diff --git a/Source/Core/Core/BootManager.cpp b/Source/Core/Core/BootManager.cpp index 54aeb3d09937..71683afd338e 100644 --- a/Source/Core/Core/BootManager.cpp +++ b/Source/Core/Core/BootManager.cpp @@ -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;