From 158da95b9f65b35f10551055a5a52638ea176def Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sun, 5 Sep 2021 10:16:04 -0700 Subject: [PATCH] config: BCT.ini no longer exists --- config_templates/BCT.ini | 12 ------------ config_templates/stratosphere.ini | 4 ++++ 2 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 config_templates/BCT.ini create mode 100644 config_templates/stratosphere.ini diff --git a/config_templates/BCT.ini b/config_templates/BCT.ini deleted file mode 100644 index 74dd6f648..000000000 --- a/config_templates/BCT.ini +++ /dev/null @@ -1,12 +0,0 @@ -BCT0 -[stage1] -stage2_path = atmosphere/fusee-secondary.bin -stage2_mtc_path = atmosphere/fusee-mtc.bin -stage2_addr = 0xF0000000 -stage2_entrypoint = 0xF0000000 - -[stratosphere] -; To force-enable nogc, add nogc = 1 -; To force-disable nogc, add nogc = 0 - -; To opt out of using Atmosphere's NCM reimplementation, add disable_ncm = 1 diff --git a/config_templates/stratosphere.ini b/config_templates/stratosphere.ini new file mode 100644 index 000000000..9042a3e48 --- /dev/null +++ b/config_templates/stratosphere.ini @@ -0,0 +1,4 @@ +[stratosphere] +; To force-enable nogc, add nogc = 1 +; To force-disable nogc, add nogc = 0 +