Should fix being unable to change memory card slot A

This commit is contained in:
Techjar 2016-12-26 22:03:14 -05:00 committed by GitHub
parent cd29d565c4
commit dd00f9ea34

View File

@ -281,7 +281,7 @@ void GameCubeConfigPane::HandleEXISlotChange(int slot, const wxString& title)
}
else
{
ChooseSlotPath(false, SConfig::GetInstance().m_EXIDevice[slot]);
ChooseSlotPath(slot == 0, SConfig::GetInstance().m_EXIDevice[slot]);
}
}