mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
1,007 B
1,007 B
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_name>.flag
inside /atmosphere/titles/<title_id>/flags/
:
boot2
, which indicates to PM that the title should be launched during theboot2
process.fsmitm
, which indicates thatfs.mitm
should override contents for the title even if it otherwise wouldn't.fsmitm_disable
, which indicates thatfs.mitm
should not override contents for the title, even it it otherwise would.bis_write
, which indicates thatfs.mitm
should allow the title to write to BIS partitions.cal_read
, which indicates thatfs.mitm
should allow the title to read the CAL0/PRODINFO partition.
The following global flags are supported, by placing <flag name>.flag
inside /atmosphere/flags/
:
hbl_bis_write
andhbl_cal_read
enable the BIS write and CAL0 read functionality for HBL, without needing to specify its title id.