mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-20 10:14:27 -05:00
Merge pull request #4573 from Techjar/Techjar-patch-1
Should fix being unable to change memory card slot A
This commit is contained in:
commit
8c3e33a9ac
|
|
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user