Commit Graph

4 Commits

Author SHA1 Message Date
lifehackerhansol
8c630526d6
treewide: use -X flag when zipping 2023-08-24 11:30:24 -07:00
lifehackerhansol
6cf765bece
Rework BL2CK common, consolidate common files
- Have individual makefiles for different boot files
  - R4iTT: ARM9 entry 0x02000800
  - Amaze3DS: ARM9 entry 0x02000000
  - EDGEi: Same as R4iTT, but renamed to `dsedgei.dat`
- Include each makefile from individual folders, copy needed things and
  zip
2023-08-15 12:17:00 -07:00
lifehackerhansol
a742b68bee
Add Makefile system to create frontend
Run `./build.sh` in `archive` folder. It will loop through all kernels,
and copy to `<project-root>/out`.
2023-08-13 23:03:45 -07:00
lifehackerhansol
2c4bf9f2dc
Start moving kernels to old folder
Carts that use BL2CK:
- r4dspro.com
- r4i3d.com except original
- r4infinity.com except R4infinity 2
- r4isdhc.com Dual-Core
- r4isdhc.hk pre-2019
- r4isdhc.in 2014
- r4itt.net NEW/RTS
- r4ixds.com 2014-2016/black

Carts that use Wood R4Li:
- r4infinity 2 (Gateway Blue)

Carts that use YSMenu:
- r4i3d.com original
- r4isdhc.com RTS black
- r4itt.net original
- r4ixds.com 2017
2023-08-13 22:26:33 -07:00