mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Should fix being unable to change memory card slot A
This commit is contained in:
@ -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]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user