Skip to content

Commit

Permalink
Merge pull request #2 from maorninja/patch-1
Browse files Browse the repository at this point in the history
altstage2 error path fix
  • Loading branch information
RShadowhand authored Jun 26, 2016
2 parents 21a220c + 803ecf1 commit a517e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions payload_altstage2/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ void main()
else
{
prepareForBoot();
error("Couldn't find the payload.\nMake sure to either:\n 1) Have SD card plugged in\n 2) Have safe_mode.bin in the root.");
error("Couldn't find the payload.\nMake sure to either:\n 1) Have SD card plugged in\n 2) Have homebrew/3ds/bootmgr.bin.");
}
}
}

0 comments on commit a517e15

Please sign in to comment.