mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
HACK to select SD - this will need to be tidied
This commit is contained in:
parent
91536a09c5
commit
333636d404
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user