From c8d59c6c06df5cb3f64a39c3f882dd053fcc0de1 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Fri, 24 May 2024 15:20:39 -0600 Subject: [PATCH] Revert "Fix SD prompt always appearing with DS(i) splash turned off" This reverts commit 83e65abddf76b6ffaab288ef8d0d3f39f1c7c8f2. --- title/arm9/source/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/title/arm9/source/main.cpp b/title/arm9/source/main.cpp index 7eb8dbb396..bdfdb6ad1e 100644 --- a/title/arm9/source/main.cpp +++ b/title/arm9/source/main.cpp @@ -2635,8 +2635,6 @@ int titleMode(void) runGraphicIrq(); bootSplashInit(); if (REG_SCFG_EXT != 0 && ms().consoleModel < 2) fifoSendValue32(FIFO_USER_04, 10); - } else if (REG_SCFG_EXT!=0&&ms().consoleModel<2 ? fifoGetValue32(FIFO_USER_04) != 0x01 : !(*(u32*)0x02000000 & BIT(0))) { - if (REG_SCFG_EXT != 0 && ms().consoleModel < 2) fifoSendValue32(FIFO_USER_04, 10); } *(u32*)0x02000000 |= BIT(0);