Merge pull request #4573 from Techjar/Techjar-patch-1

Should fix being unable to change memory card slot A
This commit is contained in:
JosJuice
2016-12-27 10:29:38 +01:00
committed by GitHub

View File

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