it in the sd file under bootloader under payload and it has this
[config]
autoboot=0
autoboot_list=0
autohosoff=1
autonogc=1
backlight=100
bootwait=3
updater2p=0
[CFW (sysMMC)]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
icon=bootloader/res/icon_payload.bmp
[CFW (emuMMC)]
emummcforce=1
fss0=atmosphere/fusee-secondary.bin
icon=bootloader/res/icon_payload.bmp
[Stock]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
icon=bootloader/res/icon_switch.bmp
stock=1
[Fusee]
icon=bootloader/res/icon_payload.bmp
payload=bootloader/payloads/fusee-primary.bin
The config file should remain in the bootloader directory (/sdcard/bootloader)
```
|17:25:06|
[email protected]:[35FF-1880]> tree bootloader/
bootloader/
├── hekate_ipl.ini
├── ini
├── nyx.ini
├── patches.ini
├── payloads
│ ├── fusee.bin
│ ├── hekate_ctcaer_5.6.0.bin
│ └── Lockpick_RCM.bin
├── res
│ ├── icon_payload.bmp
│ └── icon_switch.bmp
├── sys
│ ├── emummc.kipm
│ ├── libsys_lp0.bso
│ ├── libsys_minerva.bso
│ ├── nyx.bin
│ ├── res.pak
│ └── thk.bin
└── update.bin
4 directories, 15 files
```
You can use aditional configs if you put them into the ini directory.
Btw mine looks like this ( for ages )
```
[config]
autoboot=0
autoboot_list=0
bootwait=0
autohosoff=0
autonogc=1
updater2p=1
backlight=100
[CFW - sysMMC]
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
emummc_force_disable=1
icon=bootloader/res/icon_payload.bmp
[CFW - emuMMC]
fss0=atmosphere/package3
kip1patch=nosigchk
emummcforce=1
atmosphere=1
icon=bootloader/res/icon_payload.bmp
[Stock - sysMMC]
fss0=atmosphere/package3
emummc_force_disable=1
stock=1
icon=bootloader/res/icon_switch.bmp
```