1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 05:53:24 +01:00
Atmosphere/config_templates/BCT.ini

13 lines
325 B
INI
Raw Normal View History

2018-10-17 03:41:06 +01:00
BCT0
[stage1]
stage2_path = atmosphere/fusee-secondary.bin
stage2_mtc_path = atmosphere/fusee-mtc.bin
2018-10-17 03:41:06 +01:00
stage2_addr = 0xF0000000
2018-11-30 12:13:06 +00:00
stage2_entrypoint = 0xF0000000
[stratosphere]
; To force-enable nogc, add nogc = 1
; To force-disable nogc, add nogc = 0
2020-03-10 00:58:20 +00:00
; To opt in to using Atmosphere's NCM reimplementation, add enable_ncm = 1