HACK to select SD - this will need to be tidied

This commit is contained in:
Pokechu22 2020-08-21 17:33:49 -07:00
parent 91536a09c5
commit 333636d404

View File

@ -224,6 +224,7 @@ IEXIDevice* CEXIChannel::GetDevice(const u8 chip_select)
{ {
switch (chip_select) switch (chip_select)
{ {
case 0: // HACK - SD
case 1: case 1:
return m_devices[0].get(); return m_devices[0].get();
case 2: case 2: