Skip to content

Commit

Permalink
ResetSlot1 option default to 1
Browse files Browse the repository at this point in the history
Force card reset to always occur. Old method of card init without slot
being in ntr mode seems broken in latest libnds, so that feature will be
disabled for now.
  • Loading branch information
ApacheThunder committed Feb 15, 2017
1 parent 904e0c9 commit 535bec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ int main(int argc, const char* argv[]) {
fifoSendValue32(FIFO_USER_07, 1);

} else {
fifoSendValue32(FIFO_USER_02, 1);
fifoSendValue32(FIFO_USER_07, 1);

if ( pressed & KEY_B ) { if(REG_SCFG_MC == 0x11) { BootSplashInit(UseNTRSplash); } } else { BootSplashInit(UseNTRSplash); }
}

Expand Down
2 changes: 1 addition & 1 deletion nds/ntr_launcher.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ DISABLEANIMATION = 0
NTRCLOCK = 1
ENABLESD = 0
TWLMODE = 0
RESETSLOT1 = 0
RESETSLOT1 = 1

0 comments on commit 535bec4

Please sign in to comment.