mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-21 17:29:17 +01:00
BL2CK: Update compatibility list and associated carts
Adds r4i-3dsnew.com, r4i-u.com, r4ds-i.com.cn and super4i.com to the archive. Adds missing references to EDGEi and R4DSPro variants of BL2CK. Fix r4i-gold.me (2013 is also supported).
This commit is contained in:
parent
8632d02b4e
commit
7c045f7ab7
12
README.md
12
README.md
@ -22,7 +22,7 @@ These carts may support BL2CK OS. Only these carts are confirmed to actually wor
|
||||
- Default version:
|
||||
- r4i3d.com NEW, 2012+
|
||||
- r4igold.cc 3DS
|
||||
- r4i-gold.me 2014-2015
|
||||
- r4i-gold.me 2013-2015
|
||||
- r4isdhc.hk carts with no year number, or before 2020
|
||||
- r4isdhc.com NEW/2013 carts
|
||||
- r4isdhc.com Dual-Core (no year number)
|
||||
@ -33,17 +33,23 @@ These carts may support BL2CK OS. Only these carts are confirmed to actually wor
|
||||
- r4isdhc.in 2014
|
||||
- R4i Gold 3DS Plus with faulty DS mode
|
||||
- r4-pro.com carts
|
||||
- r4dspro.com carts
|
||||
- r4ixds.com 2014-2016 non-white
|
||||
- r4i-gold.com 3DS Gold Pro / 2013 carts
|
||||
- r4sdhc.com V3DSU
|
||||
- r4i-3dsnew.com carts
|
||||
- r4i-u.com carts
|
||||
- r4ds-i.com.cn carts
|
||||
- super4i.com carts
|
||||
- Amaze3DS version:
|
||||
- r4igold.cc Wood
|
||||
- Amaze3DS (use the Amaze3DS version)
|
||||
- EDGEi version:
|
||||
- edgei-ds.cn carts (Fake iEDGE)
|
||||
- R4DSPro version:
|
||||
- r4dspro.com carts
|
||||
|
||||
These carts may support BL2CK OS, but have not been attempted. This information is based on its provided DLDI, which are identical.
|
||||
Please do not attempt cross-loading without knowing what you're doing.
|
||||
- 3dslink.com Blue
|
||||
- r4i-gold.me 2013
|
||||
- amazekard.com cards
|
||||
- Galaxy Eagle cards (use the Amaze3DS version and rename _DS_MENU.dat to ge.nds)
|
||||
|
@ -5,13 +5,15 @@ export BASE := $(shell basename $(CURDIR))
|
||||
export OUT := $(TOPDIR)/../../out
|
||||
export COMMON := $(TOPDIR)/../../common-kernels
|
||||
|
||||
package: directory r4ds-i.com.cn_Kernel_1.27.zip extdata
|
||||
package: directory old BL2CK_1.31.0.zip extdata
|
||||
|
||||
directory:
|
||||
mkdir -p $(OUT)/$(BASE)
|
||||
|
||||
r4ds-i.com.cn_Kernel_1.27.zip: directory
|
||||
cd $(TOPDIR)/r4ds-i.com.cn_Kernel_1.27 && zip -r $(OUT)/$(BASE)/$@ *
|
||||
include $(COMMON)/BL2CK/R4iTT/Makefile
|
||||
|
||||
old: directory
|
||||
make -C $@
|
||||
|
||||
extdata: directory
|
||||
cp README.txt $(OUT)/$(BASE)
|
||||
|
@ -1,5 +1,3 @@
|
||||
cheats:
|
||||
|
||||
Please rename R4 CHEAT FILE "usrcheat.dat" to "cheat.dat", and put in Folder "_SYSTEM_"!
|
||||
|
||||
Or you also can use *.cht, rename it as same as *.nds, and put it in the same folder. just like aaa.nds and aaa.cht.
|
||||
- BL2CK: SD:/__rpg/cheats/usrcheat.dat
|
||||
- r4ds-i.com.cn Kernel 1.27: SD:/_SYSTEM_/cheat.dat
|
||||
|
14
archive/r4ds-i.com.cn/old/Makefile
Normal file
14
archive/r4ds-i.com.cn/old/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
.PHONY: package
|
||||
|
||||
export TOPDIR := $(shell pwd $(CURDIR))
|
||||
export BASE := r4ds-i.com.cn/$(shell basename $(CURDIR))
|
||||
export OUT := $(TOPDIR)/../../../out/
|
||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||
|
||||
package: directory r4ds-i.com.cn_Kernel_1.27.zip
|
||||
|
||||
directory:
|
||||
mkdir -p $(OUT)/$(BASE)
|
||||
|
||||
r4ds-i.com.cn_Kernel_1.27.zip: directory
|
||||
cd $(TOPDIR)/r4ds-i.com.cn_Kernel_1.27 && zip -r $(OUT)/$(BASE)/$@ *
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user