2018-10-16 19:41:06 -07:00
|
|
|
BCT0
|
|
|
|
[stage1]
|
2018-12-04 03:54:25 -08:00
|
|
|
stage2_path = atmosphere/fusee-secondary.bin
|
2018-10-16 19:41:06 -07:00
|
|
|
stage2_addr = 0xF0000000
|
2018-11-30 04:13:06 -08:00
|
|
|
stage2_entrypoint = 0xF0000000
|
|
|
|
|
|
|
|
[exosphere]
|
2018-12-07 17:30:07 -08:00
|
|
|
; Note: Disabling debugmode will cause parts of ams.tma to not work, in the future.
|
2018-12-07 03:32:24 -08:00
|
|
|
debugmode = 1
|
2018-11-30 04:13:06 -08:00
|
|
|
debugmode_user = 0
|
2019-05-10 03:50:25 -07:00
|
|
|
; 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
|
2018-11-30 04:13:06 -08:00
|
|
|
|
|
|
|
[stratosphere]
|
2018-11-30 04:36:29 -08:00
|
|
|
; To force-enable nogc, add nogc = 1
|
|
|
|
; To force-disable nogc, add nogc = 0
|