Commit Graph

54 Commits

Author SHA1 Message Date
lifehackerhansol
76bca91d6d
ds-link.net: fix missing README 2024-08-21 21:20:18 -07:00
lifehackerhansol
c9f3fc978c
EDGE: fix 1.40 build 2024-08-21 21:19:27 -07:00
lifehackerhansol
68305f0115
Fix unpatched Ace3DS+ kernel building typo 2024-08-21 20:46:04 -07:00
lifehackerhansol
52b53e0914
set -e on buildscript to exit on error 2024-08-21 20:45:29 -07:00
Sanras
ade596ed3d
Add some QOL fixes to DSONE SDHC EOS language text 2024-08-19 07:42:03 -07:00
RocketRobz
122f19cacd Update Makefile 2024-08-15 19:41:26 -06:00
RocketRobz
0515152554 Derp fix 2024-08-15 19:38:30 -06:00
RocketRobz
6a4cdcb9b0 Close #36 2024-08-15 19:36:35 -06:00
Deletecat
a95fb0bfb0
pk3ds: correct website url and remove cheats
It's pk3ds.com, not pk3ds.org. I'm not sure how I got the tld wrong when I added it to the archive. Cheat DBs weren't removed. I believe you can use usrcheat.dat instead of ENG.dat and whatnot.
2024-07-30 22:42:05 +01:00
Deletecat
7c045f7ab7
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).
2024-07-30 22:35:25 +01:00
Deletecat
8632d02b4e
Add dslinker.com firmwares
Add XMENU 2.55 and 2.53 as well as the firmware upgrade to 1.45. The firmware upgrade to 1.45 is required before updating to xmenu 2.55 according to the readme texts.
2024-07-30 20:14:13 +01:00
Deletecat
b7a428f153
Add r4iwood.cn to Ace3DS+ compatibility list
r4iwood.cn is the sister site to r4isdhc.com.cn. carts are being sold with r4iwood.cn mentioned on the label so might as well add it to the list
2024-07-30 17:19:00 +01:00
lifehackerhansol
c3f381600e
Add GBAMP firmware 2024-03-17 21:21:45 -07:00
lifehackerhansol
8f48ec8c8e
BL2CK: update to flashcard-bootstrap v2.1.1
Also build r4dspro.com in BL2CK directory
2024-01-22 19:30:30 -08:00
lifehackerhansol
ac6748d94a
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!
2024-01-21 20:45:12 -08:00
lifehackerhansol
d1f2a19a0f
ndslr4.com: fix capitalization
Git for Windows ignores case sensitivity by default for reason and I
hate it
2024-01-15 12:10:45 -08:00
lifehackerhansol
5fa351a3a0
treewide: use deterministic-zip
https://github.com/timo-reymann/deterministic-zip

This solves a logistics issue; zip files always include the modified
timestamp of a file. This doesn't sound bad until you realize that
GitHub Actions always re-clones the entire repository, and the
timestamp is guaranteed to be different.

Because of this, every time we run our Actions workflow, the zip will
have a different checksum, causing git to re-commit *every single file*
to the frontend repository, causing long workflow times due to the
sheer size of each commit.

deterministic-zip hopefully solves this issue by forcing the modified
timestamp to one hardcoded in its binary, so here is to hoping we don't
abuse our git repo any further.
2024-01-14 21:59:35 -08:00
lifehackerhansol
a5ae7e8840
Commonize ndslr4/r4sdhc kernel; make ndslr4 kernel old as it can use YSMenu
They're the same carts.
2024-01-14 21:48:07 -08:00
Deletecat
c7690c5665
Add AKManager for the original Acekard 2024-01-04 18:39:03 +00:00
Deletecat
206e61d575
Add Makefile for old r4ultra.com kernel
Also updates readme.txt for cheatdb locations
2024-01-04 18:32:40 +00:00
Deletecat
36231f0f4e
Fix YSMenu cart makefiles 2024-01-04 18:31:18 +00:00
RocketRobz
90eb9f732f Add R4 Ultra files 2024-01-03 23:10:48 -07:00
Deletecat
a848445f56
Bring back the files from the old YSMenu archive 2023-12-26 23:14:25 +00:00
Deletecat
6fe838c0cd
Add GEi Hot to the Ace3DS+_R4iLS readme text file 2023-12-26 17:57:09 +00:00
Deletecat
459b82424d
Update BL2CK compatibility list
Adds r4i-gold.com pro/2013 carts and r4sdhc.com V3DSU carts to the BL2CK compatibility list
2023-12-26 17:46:10 +00:00
Deletecat
adb3452f21 Add old pk3ds.org kernel files
Co-authored-by: m4x1 <118238066+m4x10187@users.noreply.github.com>
2023-10-18 18:17:12 -07:00
Deletecat
7476c63b78
Update Ace3DS+_R4iLs compatibility list 2023-09-28 16:40:10 +01:00
Deletecat
4f9d3998b5
Update r4i-gold.com folder (#26)
The cheat databases for the 3DS RTS kernel have been removed, seems like
they work with usrcheat.dat.
2023-09-12 08:37:25 -07:00
Deletecat
1564081e03
r4dsixl3d.com is a dstt clone
Fix r4dsixl3d.com makefile

one more fix
2023-09-05 20:34:52 +01:00
lifehackerhansol
a20a8f954a fixup! Recompile YSMenu bootstrapper with flashcard-bootstrap 1.3.0
s/YSMenu.nds/TTMenu.dat/g
2023-09-04 12:15:49 -07:00
lifehackerhansol
e24bfe6079 Recompile YSMenu bootstrapper with flashcard-bootstrap 1.3.0
I'm not sure what happened, but user reported it broken. Recompiling
fixed it.
2023-08-31 12:19:00 -07:00
lifehackerhansol
005e6e1e80 BL2CK 1.31.0
Based on WAIO 1.25g with modifications by lifehackerhansol
https://github.com/lifehackerhansol/WoodAIO

Changelog:
- Updated flashcard-bootstrap to 1.3.0 (small reduction in size)
- Switched to open-source Acekard AK2 DLDI
- Switched to mixinfo.dat version of ak2loader
  - Taken from r4isdhc.hk 2019 1.72 kernel
  - This fixes ACWW (which seems to be a RAM limitation in the infolib
    loader)
  - No other regressions found so far
- Removed unnecessary files
- system.sys is now dynamically generated instead of a static 4MB file
2023-08-30 12:49:36 -07:00
lifehackerhansol
8c630526d6
treewide: use -X flag when zipping 2023-08-24 11:30:24 -07:00
lifehackerhansol
815203b5b7
Re-encode original akmenu readme in UTF8 2023-08-17 23:45:26 -07:00
lifehackerhansol
2bad189fca
Add the DEMON kernel with the timebomb nop'd
Co-authored-by: kynex7510 <nikkitten3@gmail.com>
2023-08-17 23:40:57 -07:00
lifehackerhansol
d219bd5f66
Add timebombed r4i-sdhc.com kernel as an old kernel
Add instructions to use YSMenu on these carts instead as well
2023-08-17 23:39:55 -07:00
lifehackerhansol
481591f1ac
Add EDGEi flashcart
EDGEi is an Acekard 2i clone that boots from `dsedgei.dat`.

The default kernel is BL2CK, and the original kernel is preserved in
the `old` directory.
2023-08-15 12:29:14 -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
fe127811fb
Add DSLink 2023-08-15 06:42:36 -07:00
lifehackerhansol
a3b0ca65ee
Add iPlayer kernel and latest firmware 2023-08-15 06:38:39 -07:00
Deletecat
25af36da61
Add BL2CK kernels to r4igold.cc
Noticed the BL2CK kernels were missing from r4igold.cc's directory. This commit adds them back!
2023-08-15 06:26:27 -07:00
m4x1
079cd0f150
CycloDS: Added CycloDS Evolution firmware updates. 2023-08-15 06:22:27 -07:00
m4x1
e6d09d7b7c
Acekard RPG v4.11 2023-08-15 06:18:11 -07:00
m4x1
f8669db3dc
EZ V (v1.80, v1.82, v1.83, v1.84, v1.86) 2023-08-15 06:15:44 -07:00
m4x1
5021cc4f63
iTouchDS kernel/FW 2023-08-15 06:11:15 -07:00
m4x1
070223a15e
EDGE (v1.4, v1.37, v1.41, v1.36) 2023-08-15 06:05:36 -07:00
lifehackerhansol
4d927b9a2f
Ace3DS+ kernels: derp fix
I forgot how zip worked
2023-08-13 23:33:50 -07:00
lifehackerhansol
e3aa94f7bb
Add BL2CK as standalone folder to preserve old links 2023-08-13 23:03:48 -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