From 2dfbd851054d0910124514724f51e30d7b8a21e7 Mon Sep 17 00:00:00 2001 From: Nichole Mattera Date: Tue, 7 Sep 2021 19:08:29 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Removed=20BCT.ini=20for=20Atmospher?= =?UTF-8?q?e=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/BCT.ini | 15 --------------- makefile | 1 - 2 files changed, 16 deletions(-) delete mode 100644 assets/BCT.ini diff --git a/assets/BCT.ini b/assets/BCT.ini deleted file mode 100644 index 822edd8..0000000 --- a/assets/BCT.ini +++ /dev/null @@ -1,15 +0,0 @@ -BCT0 -[stage1] -stage2_path = atmosphere/fusee-secondary.bin -stage2_mtc_path = atmosphere/fusee-mtc.bin -stage2_addr = 0xF0000000 -stage2_entrypoint = 0xF0000000 - -[stage2] -custom_splash = bootloader/bootlogo.bmp - -[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 \ No newline at end of file diff --git a/makefile b/makefile index 9be8a7f..6e50780 100644 --- a/makefile +++ b/makefile @@ -26,7 +26,6 @@ images: @echo Copied image assets... configs: - @cp ./assets/BCT.ini ./$(BUILD)/atmosphere/config/BCT.ini @cp ./assets/dns.mitm.txt ./$(BUILD)/atmosphere/hosts/emummc.txt @cp ./assets/dns.mitm.txt ./$(BUILD)/atmosphere/hosts/sysmmc.txt @cp ./assets/hekate_ipl.ini ./$(BUILD)/bootloader/hekate_ipl.ini