1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00
Atmosphere/config_templates/BCT.ini

21 lines
783 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
[exosphere]
2018-12-08 01:30:07 +00:00
; Note: Disabling debugmode will cause parts of ams.tma to not work, in the future.
2019-11-27 21:44:09 +00:00
debugmode = 1
2018-11-30 12:13:06 +00:00
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
; Note: It's currently unknown what effects enabling the usermode PMU register access may have on official code.
enable_user_pmu_access = 0
2018-11-30 12:13:06 +00:00
[stratosphere]
; To force-enable nogc, add nogc = 1
; To force-disable nogc, add nogc = 0