stop overriding user config on update

This commit is contained in:
Michael Scire
2019-11-27 13:44:09 -08:00
committed by SciresM
parent 8d9c51f204
commit e1391d4162
6 changed files with 49 additions and 37 deletions

View File

@@ -7,7 +7,7 @@ stage2_entrypoint = 0xF0000000
[exosphere]
; Note: Disabling debugmode will cause parts of ams.tma to not work, in the future.
debugmode = 1
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.