From 4c977314686510adeb5b11d05177627f71e79963 Mon Sep 17 00:00:00 2001 From: RSDuck Date: Sun, 21 Aug 2022 19:55:23 +0200 Subject: fix last commit for when no SD is inserted --- src/DSi_SD.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 { -- cgit v1.2.3