From bc7b810f804e04f0c92b525964e4127448767cc6 Mon Sep 17 00:00:00 2001 From: Jakob Dietrich Date: Sun, 13 Jan 2019 19:08:40 +0100 Subject: [PATCH] Fix boot2.flag filename --- templates/sysmodule/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sysmodule/README.md b/templates/sysmodule/README.md index 39deb2e..7cdcca8 100644 --- a/templates/sysmodule/README.md +++ b/templates/sysmodule/README.md @@ -1,6 +1,6 @@ # sysmodule -This template is for a sysmodule where the output .nsp is used by Atmosphère at: `sdmc:/atmosphere/titles//exefs.nsp`. To load the sysmodule at boot, the following file should exist: `sdmc:/atmosphere/titles//flags/boot2`. +This template is for a sysmodule where the output .nsp is used by Atmosphère at: `sdmc:/atmosphere/titles//exefs.nsp`. To load the sysmodule at boot, the following file should exist: `sdmc:/atmosphere/titles//flags/boot2.flag`. Where titleid is whatever you specify. Update the `$(TARGET).json` file with the titleid and any other changes.