From 70e1e46a8274a3ee8ba0f793f6f361c132a58e64 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Fri, 30 Nov 2018 16:32:52 -0500 Subject: [PATCH] Updated sysmodule README for latest atmo. --- 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 95bcf77..39deb2e 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//boot2.flag`. +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`. Where titleid is whatever you specify. Update the `$(TARGET).json` file with the titleid and any other changes.