mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
fix flag docs typo
This commit is contained in:
parent
6b3662d047
commit
ed4a999caa
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ The following flags are supported on a per-title basis, by placing `<flag_name>.
|
|||
+ `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 `<flag name>` inside `/atmosphere/flags/`:
|
||||
The following global flags are supported, by placing `<flag name>.flag` 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.
|
Loading…
Reference in a new issue