diff --git a/archive/BL2CK/Makefile b/archive/BL2CK/Makefile index 7ce645b..cdd5ac8 100644 --- a/archive/BL2CK/Makefile +++ b/archive/BL2CK/Makefile @@ -5,7 +5,7 @@ export BASE := $(shell basename $(CURDIR)) export OUT := $(TOPDIR)/../../out export COMMON := $(TOPDIR)/../../common-kernels -package: directory BL2CK_1.31.0.zip BL2CK_1.31.0_Amaze3DS.zip BL2CK_1.31.0_EDGEi.zip +package: directory BL2CK_1.31.0.zip BL2CK_1.31.0_Amaze3DS.zip BL2CK_1.31.0_EDGEi.zip BL2CK_1.31.0_r4dspro.com.zip directory: mkdir -p $(OUT)/$(BASE) @@ -13,3 +13,4 @@ directory: include $(COMMON)/BL2CK/R4iTT/Makefile include $(COMMON)/BL2CK/Amaze3DS/Makefile include $(COMMON)/BL2CK/EDGEi/Makefile +include $(COMMON)/BL2CK/r4dspro.com/Makefile diff --git a/common-kernels/BL2CK/Amaze3DS/_ds_menu.dat b/common-kernels/BL2CK/Amaze3DS/_ds_menu.dat index ac9d25a..f9513bc 100644 Binary files a/common-kernels/BL2CK/Amaze3DS/_ds_menu.dat and b/common-kernels/BL2CK/Amaze3DS/_ds_menu.dat differ diff --git a/common-kernels/BL2CK/EDGEi/dsedgei.dat b/common-kernels/BL2CK/EDGEi/dsedgei.dat index 84a20b4..967eb54 100644 Binary files a/common-kernels/BL2CK/EDGEi/dsedgei.dat and b/common-kernels/BL2CK/EDGEi/dsedgei.dat differ diff --git a/common-kernels/BL2CK/R4iTT/_ds_menu.dat b/common-kernels/BL2CK/R4iTT/_ds_menu.dat index 84a20b4..967eb54 100644 Binary files a/common-kernels/BL2CK/R4iTT/_ds_menu.dat and b/common-kernels/BL2CK/R4iTT/_ds_menu.dat differ diff --git a/common-kernels/BL2CK/r4dspro.com/_ds_menu.dat b/common-kernels/BL2CK/r4dspro.com/_ds_menu.dat index 5932e04..3d4ba83 100644 Binary files a/common-kernels/BL2CK/r4dspro.com/_ds_menu.dat and b/common-kernels/BL2CK/r4dspro.com/_ds_menu.dat differ