From a21b5d453a11e862021bdd47d928eeba101875dc Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 7 Dec 2018 03:32:24 -0800 Subject: [PATCH] ams: turn on debugmode by default. --- common/defaults/BCT.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/defaults/BCT.ini b/common/defaults/BCT.ini index 660b456b7..9e34aedc8 100644 --- a/common/defaults/BCT.ini +++ b/common/defaults/BCT.ini @@ -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]