mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
21 lines
662 B
INI
21 lines
662 B
INI
BCT0
|
|
[stage1]
|
|
stage2_path = atmosphere/fusee-secondary.bin
|
|
stage2_addr = 0xF0000000
|
|
stage2_entrypoint = 0xF0000000
|
|
|
|
[emummc]
|
|
emummc_enabled = 0
|
|
emummc_path = atmosphere/emummc
|
|
|
|
[exosphere]
|
|
; Note: Disabling debugmode will cause parts of ams.tma to not work, in the future.
|
|
debugmode = 1
|
|
debugmode_user = 0
|
|
; Note: Disabling usermode exception handlers will cause atmosphere to not fail gracefully under error conditions.
|
|
; Support will not be provided to users who disable these. If you do not know what you are doing, leave them on.
|
|
disable_user_exception_handlers = 0
|
|
|
|
[stratosphere]
|
|
; To force-enable nogc, add nogc = 1
|
|
; To force-disable nogc, add nogc = 0
|