Removed BCT.ini for Atmosphere 1.0.0

main
Nichole Mattera 2 years ago
parent 4473b20b3f
commit 2dfbd85105
  1. 15
      assets/BCT.ini
  2. 1
      makefile

@ -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

@ -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

Loading…
Cancel
Save