ams: turn on debugmode by default.

This commit is contained in:
Michael Scire 2018-12-07 03:32:24 -08:00
parent 0ef3368893
commit a21b5d453a

View file

@ -5,7 +5,8 @@ stage2_addr = 0xF0000000
stage2_entrypoint = 0xF0000000
[exosphere]
debugmode = 0
; Note: Disabling debugmode will cause parts of ams.tma to not work.
debugmode = 1
debugmode_user = 0
[stratosphere]