mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Should fix being unable to change memory card slot A
This commit is contained in:
parent
cd29d565c4
commit
dd00f9ea34
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue