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:
Pokechu22 2020-08-18 16:24:05 -07:00
parent d8bd634729
commit 4885706903

View File

@ -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)