mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 05:01:44 +00:00
config: BCT.ini no longer exists
This commit is contained in:
parent
36c470ad11
commit
158da95b9f
2 changed files with 4 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
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 out of using Atmosphere's NCM reimplementation, add disable_ncm = 1
|
4
config_templates/stratosphere.ini
Normal file
4
config_templates/stratosphere.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[stratosphere]
|
||||
; To force-enable nogc, add nogc = 1
|
||||
; To force-disable nogc, add nogc = 0
|
||||
|
Loading…
Reference in a new issue