From 6b3662d0477973b57e999e9f5af87be228eadde2 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 30 Nov 2018 13:23:53 -0800 Subject: [PATCH] Add documentation for supported flags. --- docs/flags.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/flags.md diff --git a/docs/flags.md b/docs/flags.md new file mode 100644 index 000000000..74ba8cc81 --- /dev/null +++ b/docs/flags.md @@ -0,0 +1,12 @@ +# Flags +Atmosphère supports customizing CFW behavior based on the presence of `flags` on the SD card. + +The following flags are supported on a per-title basis, by placing `.flag` inside `/atmosphere/titles//flags/`: ++ `boot2`, which indicates to PM that the title should be launched during the `boot2` process. ++ `fsmitm`, which indicates that `fs.mitm` should override contents for the title even if it otherwise wouldn't. ++ `fsmitm_disable`, which indicates that `fs.mitm` should not override contents for the title, even it it otherwise would. ++ `bis_write`, which indicates that `fs.mitm` should allow the title to write to BIS partitions. ++ `cal_read`, which indicates that `fs.mitm` should allow the title to read the CAL0/PRODINFO partition. + +The following global flags are supported, by placing `` inside `/atmosphere/flags/`: ++ `hbl_bis_write` and `hbl_cal_read` enable the BIS write and CAL0 read functionality for HBL, without needing to specify its title id. \ No newline at end of file