Skip to content

Commit

Permalink
Fix SD prompt always appearing with DS(i) splash turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed May 23, 2024
1 parent 614a8fa commit 83e65ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions title/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2635,6 +2635,8 @@ 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);

Expand Down

0 comments on commit 83e65ab

Please sign in to comment.