diff options
author | RSDuck <RSDuck@users.noreply.github.com> | 2022-08-21 19:55:23 +0200 |
---|---|---|
committer | RSDuck <RSDuck@users.noreply.github.com> | 2022-08-21 19:55:23 +0200 |
commit | 4c977314686510adeb5b11d05177627f71e79963 (patch) | |
tree | 855ccfa1071d8c54413835f2f856e088458e6ec5 | |
parent | 334fc1717d30dd8aa5d1106fe29666db5beefef5 (diff) |
fix last commit for when no SD is inserted
-rw-r--r-- | src/DSi_SD.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/DSi_SD.cpp b/src/DSi_SD.cpp index 70aa2ea..c6932d4 100644 --- a/src/DSi_SD.cpp +++ b/src/DSi_SD.cpp @@ -480,8 +480,6 @@ u16 DSi_SDHost::Read(u32 addr) ret |= 0x0020; if (!Ports[0]->ReadOnly) ret |= 0x0080; } - else - ret |= 0x0008; } else { |