Misc fixes for dsiwifi BMI stage (#1216)

This commit is contained in:
Max Thomas
2021-09-06 04:52:33 -06:00
committed by GitHub
parent 8d8a46ad67
commit a54b076b06
3 changed files with 70 additions and 1 deletions

View File

@ -447,6 +447,7 @@ u16 DSi_SDHost::Read(u32 addr)
case 0x028: return SDOption;
case 0x02C: return 0; // TODO
case 0x02E: return 0; // TODO
case 0x034: return CardIRQCtl;
case 0x036: return CardIRQStatus;