Skip to content
This repository was archived by the owner on Dec 24, 2018. It is now read-only.

Commit d8352de

Browse files
committed
Bug fix in NTR Launcher
1 parent 4cadd33 commit d8352de

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • NTR_Launcher/arm7/source

NTR_Launcher/arm7/source/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ int main(void) {
5050

5151
irqEnable( IRQ_VBLANK | IRQ_VCOUNT);
5252

53+
i2cWriteRegister(0x4A, 0x12, 0x00); // Press power-button for auto-reset
54+
i2cWriteRegister(0x4A, 0x70, 0x01); // Bootflag = Warmboot/SkipHealthSafety
55+
5356
// Make sure Arm9 had a chance to check slot status
5457
fifoWaitValue32(FIFO_USER_01);
5558
// If Arm9 reported slot is powered off, have Arm7 wait for Arm9 to be ready before card reset. This makes sure arm7 doesn't try card reset too early.

0 commit comments

Comments
 (0)