mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
ams: turn on debugmode by default.
This commit is contained in:
parent
0ef3368893
commit
a21b5d453a
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ stage2_addr = 0xF0000000
|
||||||
stage2_entrypoint = 0xF0000000
|
stage2_entrypoint = 0xF0000000
|
||||||
|
|
||||||
[exosphere]
|
[exosphere]
|
||||||
debugmode = 0
|
; Note: Disabling debugmode will cause parts of ams.tma to not work.
|
||||||
|
debugmode = 1
|
||||||
debugmode_user = 0
|
debugmode_user = 0
|
||||||
|
|
||||||
[stratosphere]
|
[stratosphere]
|
||||||
|
|
Loading…
Reference in a new issue