mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-25 11:07:00 +01:00
Add BL2CK kernels to r4igold.cc
Noticed the BL2CK kernels were missing from r4igold.cc's directory. This commit adds them back!
This commit is contained in:
parent
079cd0f150
commit
25af36da61
@ -5,11 +5,17 @@ export BASE := $(shell basename $(CURDIR))
|
|||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
|
||||||
package: directory r4igold.cc_Kernel_2.6.zip extdata
|
package: directory r4igold.cc_Kernel_2.6.zip r4igold.cc_Wood_BL2CK_1.30.4_Amaze3DS.zip r4igold.cc_3DS_BL2CK_1.30.4.zip extdata
|
||||||
|
|
||||||
directory:
|
directory:
|
||||||
mkdir -p $(OUT)/$(BASE)
|
mkdir -p $(OUT)/$(BASE)
|
||||||
|
|
||||||
|
r4igold.cc_Wood_BL2CK_1.30.4_Amaze3DS.zip: directory
|
||||||
|
cd $(COMMON)/BL2CK/BL2CK_1.30.4_Amaze3DS && zip -r $(OUT)/$(BASE)/$@ *
|
||||||
|
|
||||||
|
r4igold.cc_3DS_BL2CK_1.30.4.zip: directory
|
||||||
|
cd $(COMMON)/BL2CK/BL2CK_1.30.4 && zip -r $(OUT)/$(BASE)/$@ *
|
||||||
|
|
||||||
r4igold.cc_Kernel_2.6.zip: directory
|
r4igold.cc_Kernel_2.6.zip: directory
|
||||||
cd $(TOPDIR)/r4igold.cc_Kernel_2.6 && zip -r $(OUT)/$(BASE)/$@ *
|
cd $(TOPDIR)/r4igold.cc_Kernel_2.6 && zip -r $(OUT)/$(BASE)/$@ *
|
||||||
|
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
### NOTICE: r4igold.cc 3DS (translucent r4igold.cc cards) has been moved to [BL2CK](../BL2CK)!
|
|
||||||
|
|
||||||
r4igold.cc wood is for r4igold.cc cards with wood sticker
|
|
||||||
|
|
||||||
r4igold.cc original looks like the original r4 but gold
|
|
||||||
|
|
||||||
|
|
||||||
cheats (original):
|
|
||||||
\_system_/cheat.dat
|
|
||||||
|
|
||||||
cheats (wood):
|
|
||||||
\_system_/usrcheat.dat
|
|
5
archive/r4igold.cc/README.txt
Normal file
5
archive/r4igold.cc/README.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
cheats (original):
|
||||||
|
\_system_/cheat.dat
|
||||||
|
|
||||||
|
cheats (wood):
|
||||||
|
\_system_/usrcheat.dat
|
Loading…
Reference in New Issue
Block a user