diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-06-01 16:35:09 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-06-01 16:35:09 +0200 |
commit | b84edfb3219d1610aa59a4f00f9695746bcfd391 (patch) | |
tree | ca12b17f630a31b51f687c1178e8e069cc6df182 /src | |
parent | 6326ddd1726773ae21ac2408f9cc3109f112e154 (diff) |
silence pointless and spammy printf
Diffstat (limited to 'src')
-rw-r--r-- | src/DSi_SD.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DSi_SD.cpp b/src/DSi_SD.cpp index 8584e8b..751c64f 100644 --- a/src/DSi_SD.cpp +++ b/src/DSi_SD.cpp @@ -444,6 +444,8 @@ u16 DSi_SDHost::Read(u32 addr) case 0x0E0: return SoftReset; + case 0x0F6: return 0; // MMC write protect (always 0) + case 0x100: return Data32IRQ; case 0x104: return BlockLen32; case 0x108: return BlockCount32; |