Skip to content

Commit

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

Expand Down

0 comments on commit c8d59c6

Please sign in to comment.