mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-21 17:29:17 +01:00
BL2CK: Add changes for r4dspro.com, small updates to misc files
- r4dspro.com carts have a slightly broken implementation of the Acekard 2 interface, so it needs a different DLDI driver. - Update DLDI@3b414a59cd81f9de69c47582a8ce8116a1281c06 - Update to flashcard-bootstrap v2.1.0 - Huge file size savings!
This commit is contained in:
parent
d1f2a19a0f
commit
ac6748d94a
0
archive/build.sh
Normal file → Executable file
0
archive/build.sh
Normal file → Executable file
@ -5,12 +5,12 @@ export BASE := $(shell basename $(CURDIR))
|
||||
export OUT := $(TOPDIR)/../../out
|
||||
export COMMON := $(TOPDIR)/../../common-kernels
|
||||
|
||||
package: directory BL2CK_1.31.0.zip old extdata
|
||||
package: directory BL2CK_1.31.0_r4dspro.com.zip old extdata
|
||||
|
||||
directory:
|
||||
mkdir -p $(OUT)/$(BASE)
|
||||
|
||||
include $(COMMON)/BL2CK/R4iTT/Makefile
|
||||
include $(COMMON)/BL2CK/r4dspro.com/Makefile
|
||||
|
||||
old: directory
|
||||
make -C $@
|
||||
|
@ -23,4 +23,4 @@ r4igold.cc_Kernel_2.6.zip: directory
|
||||
cd $(TOPDIR)/r4igold.cc_Kernel_2.6 && zip -r $(OUT)/$(BASE)/$@ *
|
||||
|
||||
extdata: directory
|
||||
cp -r r4igold.cc_3DS_FWUpdate* README.md $(OUT)/$(BASE)
|
||||
cp -r r4igold.cc_3DS_FWUpdate* README.txt $(OUT)/$(BASE)
|
||||
|
@ -1,5 +1,5 @@
|
||||
BL2CK_1.31.0_Amaze3DS.zip: directory
|
||||
mkdir tmp;
|
||||
cp -r $(COMMON)/BL2CK/BL2CK_common/* $(COMMON)/BL2CK/R4iTT/_ds_menu.dat tmp/
|
||||
cp -r $(COMMON)/BL2CK/BL2CK_common/* $(COMMON)/BL2CK/Amaze3DS/_ds_menu.dat $(COMMON)/BL2CK/Amaze3DS/akmenu4.nds $(COMMON)/BL2CK/Amaze3DS/__rpg tmp/
|
||||
cd tmp; zip -r $(OUT)/$(BASE)/$@ *
|
||||
rm -rf tmp
|
||||
|
BIN
common-kernels/BL2CK/Amaze3DS/__rpg/ak2sd.dldi
Executable file
BIN
common-kernels/BL2CK/Amaze3DS/__rpg/ak2sd.dldi
Executable file
Binary file not shown.
Binary file not shown.
BIN
common-kernels/BL2CK/Amaze3DS/akmenu4.nds
Normal file
BIN
common-kernels/BL2CK/Amaze3DS/akmenu4.nds
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
BL2CK_1.31.0_EDGEi.zip: directory
|
||||
mkdir tmp;
|
||||
cp -r $(COMMON)/BL2CK/BL2CK_common/* $(COMMON)/BL2CK/R4iTT/_ds_menu.dat $(COMMON)/BL2CK/EDGEi/dsedgei.dat tmp/
|
||||
cp -r $(COMMON)/BL2CK/BL2CK_common/* $(COMMON)/BL2CK/EDGEi/dsedgei.dat $(COMMON)/BL2CK/EDGEi/akmenu4.nds $(COMMON)/BL2CK/EDGEi/__rpg tmp/
|
||||
cd tmp; zip -r $(OUT)/$(BASE)/$@ *
|
||||
rm -rf tmp
|
||||
|
BIN
common-kernels/BL2CK/EDGEi/__rpg/ak2sd.dldi
Executable file
BIN
common-kernels/BL2CK/EDGEi/__rpg/ak2sd.dldi
Executable file
Binary file not shown.
BIN
common-kernels/BL2CK/EDGEi/akmenu4.nds
Normal file
BIN
common-kernels/BL2CK/EDGEi/akmenu4.nds
Normal file
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
BL2CK_1.31.0.zip: directory
|
||||
mkdir tmp;
|
||||
cp -r $(COMMON)/BL2CK/BL2CK_common/* $(COMMON)/BL2CK/R4iTT/_ds_menu.dat tmp/
|
||||
cp -r $(COMMON)/BL2CK/BL2CK_common/* $(COMMON)/BL2CK/R4iTT/_ds_menu.dat $(COMMON)/BL2CK/R4iTT/akmenu4.nds $(COMMON)/BL2CK/R4iTT/__rpg tmp/
|
||||
cd tmp; zip -r $(OUT)/$(BASE)/$@ *
|
||||
rm -rf tmp
|
||||
|
BIN
common-kernels/BL2CK/R4iTT/__rpg/ak2sd.dldi
Executable file
BIN
common-kernels/BL2CK/R4iTT/__rpg/ak2sd.dldi
Executable file
Binary file not shown.
Binary file not shown.
BIN
common-kernels/BL2CK/R4iTT/akmenu4.nds
Normal file
BIN
common-kernels/BL2CK/R4iTT/akmenu4.nds
Normal file
Binary file not shown.
5
common-kernels/BL2CK/r4dspro.com/Makefile
Normal file
5
common-kernels/BL2CK/r4dspro.com/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
BL2CK_1.31.0_r4dspro.com.zip: directory
|
||||
mkdir tmp;
|
||||
cp -r $(COMMON)/BL2CK/BL2CK_common/* $(COMMON)/BL2CK/r4dspro.com/_ds_menu.dat $(COMMON)/BL2CK/r4dspro.com/akmenu4.nds $(COMMON)/BL2CK/r4dspro.com/__rpg tmp/
|
||||
cd tmp; zip -r $(OUT)/$(BASE)/$@ *
|
||||
rm -rf tmp
|
BIN
common-kernels/BL2CK/r4dspro.com/__rpg/ak2sd.dldi
Executable file
BIN
common-kernels/BL2CK/r4dspro.com/__rpg/ak2sd.dldi
Executable file
Binary file not shown.
BIN
common-kernels/BL2CK/r4dspro.com/_ds_menu.dat
Normal file
BIN
common-kernels/BL2CK/r4dspro.com/_ds_menu.dat
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user