-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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!
- Loading branch information
1 parent
d1f2a19
commit ac6748d
Showing
19 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+269 KB
...on-kernels/BL2CK/BL2CK_common/akmenu4.nds → common-kernels/BL2CK/r4dspro.com/akmenu4.nds
Binary file not shown.