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
commit 8c3e33a9ac
1 changed files with 1 additions and 1 deletions

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]);
}
}