mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 11:32:43 +01:00
Advance reading
This works, for getting it to detect an SD card, though it then needs to init it and that fails. But it's a start, even if it'll need to be thrown out when things get further along.
This commit is contained in:
parent
d8bd634729
commit
4885706903
@ -23,7 +23,7 @@ void CEXISD::ImmWrite(u32 data, u32 size)
|
||||
u32 CEXISD::ImmRead(u32 size)
|
||||
{
|
||||
INFO_LOG_FMT(EXPANSIONINTERFACE, "EXI SD ImmRead");
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
void CEXISD::DMAWrite(u32 address, u32 size)
|
||||
|
Loading…
x
Reference in New Issue
Block a user