mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
3bc2d79384
* exo/fusee: hookup new prodinfo settings * fusee: new scheme doesn't need FLAGS_DEFAULT * fusee: fix c/p errors * ams.mitm: completely revamp prodinfo backup mechanism * ams.mitm: Implement revamped blanking/write policy * strat: make early boot more debuggable * exo: condense flag logic
12 lines
325 B
INI
12 lines
325 B
INI
BCT0
|
|
[stage1]
|
|
stage2_path = atmosphere/fusee-secondary.bin
|
|
stage2_mtc_path = atmosphere/fusee-mtc.bin
|
|
stage2_addr = 0xF0000000
|
|
stage2_entrypoint = 0xF0000000
|
|
|
|
[stratosphere]
|
|
; To force-enable nogc, add nogc = 1
|
|
; To force-disable nogc, add nogc = 0
|
|
|
|
; To opt in to using Atmosphere's NCM reimplementation, add enable_ncm = 1
|