From f43a20598e5f1c62eb073f4d1df3e4961706c269 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sat, 20 Aug 2016 13:09:07 -0400 Subject: [PATCH] Updated payload path in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 670b4fb..83bb05c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This app was mostly finished in October 2015, this was finally released on Novem This will first attempt to load the payload from SD, if that isn't successful it will then automatically download the payload for your system with HTTP. SD payload loading can be skipped if you hold down the X button. If you don't hold down the Y button, this will write the downloaded payload from HTTP to SD, if it actually downloaded it via HTTP. -The exact filepath used for the SD payload depends on your system. Since this app can handle writing the payload here itself, writing the payload here manually isn't really needed. Example SD filepath with New3DS 10.1.0-27U: "/hblauncherloader_otherapp_payload_NEW-10-1-0-27-USA.bin". The Old3DS filepath for the same system-version and region as that example is the same, except that "OLD" is used instead of "NEW". +The exact filepath used for the SD payload depends on your system. Since this app can handle writing the payload here itself, writing the payload here manually isn't really needed. Example SD filepath with New3DS 10.1.0-27U: "/hblauncherloader/hblauncherloader_otherapp_payload_NEW-10-1-0-27-USA.bin". The Old3DS filepath for the same system-version and region as that example is the same, except that "OLD" is used instead of "NEW". If you want to manually build this, you'll need this: https://github.com/Steveice10/bannertool If you pass "VERBOSE=1" to make while building, printfs will be enabled which are normally not printed.