Una superposición basada en tesla para iniciar en diferentes payloads en Nintendo Switch.
Puesta en marcha
- Configura tesla menu y nx-ovlloader
- Extrae fastCFWswitch a la tarjeta SD.
- Modifica la configuración en la ruta /config/fastCFWSwitch/config.ini
Configuración
Attribute | possible values | Description |
---|---|---|
type
|
empty / section / payload
|
This defines the type of element this section defines, if left empty it will automatically differentiate it by checking if a path is set |
name
|
any string - example: atmosphere
|
The entry name, shown in the Overlay |
path
|
a path - example: /bootloader/hekate.bin
|
the absolute path, based on the root of the sd, to the payload that should be loaded |
bootPos
|
a number | the config position of the config the target payload should load, currently only supported for hekate |
bootId
|
an 1-7 character long string - example atmos
|
the id of the config entry the target should be loaded, supported for hekate 5.0.2+ |
Configuración de ejemplo
[CFWS]
type=section
name=cfws
[SYSNAND]
name=sysnand
path=/payloads/hekate_ctcaer.bin
bootId=sysnand
[EMUNAND]
name=emunand
path=/payloads/hekate_ctcaer.bin
bootId=emunand
[ATMOSPHERE]
name=atmosphere
path=/atmosphere/reboot_payload.bin
[SXOS]
name=SxOS
path=/sxos/reboot_payload.bin
[ANDROID]
name=Android
path=/payloads/hekate_ctcaer.bin
bootPos=2
[TOOLS]
name=Tools
[HEKATE]
name=Hekate
path=/payloads/hekate_ctcaer.bin
[LOCKPICKRCM]
name=Hekate
path=/payloads/Lockpick_RCM.bin
Créditos
- libtestla by WerWolv as base for this overlay
- libnx as base of almost all switch homebrew
- inih for the ini parsing lib
by Hartie95.
Que novedades incluye la versión 1.3.0
Released
-
fastCFWswitch ahora usa la forma más segura de reiniciar (ams: bpc)
- Esto debería reducir la cantidad de posibles corrupciones de fs
- SX OS y reinx todavía usan el antiguo reinicio manual