From 94477c98b311035c078ea619ddecd8463bc2025a Mon Sep 17 00:00:00 2001 From: Brennen Murphy Date: Mon, 15 Apr 2024 10:53:10 -0400 Subject: [PATCH] fixed 1g boot --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d3175045..c3d3caec 100644 --- a/Makefile +++ b/Makefile @@ -124,6 +124,7 @@ copy-bin: $(Q)$(MAKE) -C extras/apps/updater/ $(Q)cp extras/apps/updater/EBOOT_PSP.PBP dist/UPDATE/EBOOT.PBP $(Q)cp loader/dc/msipl/newipl/msipl_*.bin dist/PC/MagicMemoryCreator/TM/DCARK/ + $(Q)cp loader/dc/btcnf/pspbtcnf_dc.bin dist/PC/MagicMemoryCreator/TM/DCARK/kd/ $(Q)cp loader/dc/btcnf/pspbtcnf_*_dc.bin dist/PC/MagicMemoryCreator/TM/DCARK/kd/ $(Q)cp contrib/PC/timemachine/tm_mloader.bin dist/PC/MagicMemoryCreator/TM/DCARK/ $(Q)cp loader/dc/msipl/newipl/loader/ipl.bin dist/PC/MagicMemoryCreator/msipl.bin