Commit Graph

66 Commits

Author SHA1 Message Date
lifehackerhansol
bbc0e1cc04
iPlayer: fix missing README 2024-08-21 21:21:48 -07:00
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
aacbf19eee
BL2CK: revert to older flashcard-bootstrap
Reverts to flashcard-bootstrap 1.3.0 for R4iTT, Amaze3DS, and EDGEi.

While R4iTT is known not to work on some carts (e.g. r4ultra), I have
also moved Amaze3DS and EDGEi back to 1.3.0 just incase they may also
be having issues.

This doesn't affect the r4dspro.com version, it was made with
flashcard-bootstrap 2.1.0 and seems to work just fine on the latest
2024-08-06 19:45:29 -07:00
NightScript
c4ba32fb3a
Merge pull request #34 from Deletecat/main
Various updates to the flashcard archive
2024-07-30 18:13:32 -04: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
d102395a68
workflow: use full version string for directory listing action
For whatever reason GitHub doesn't like it short-form... despite
checkout working just fine.
2024-01-14 22:07:22 -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
31025c10da
workflow: use github-pages-directory-listing v4
It has the commit we need now
2024-01-14 21:49:58 -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
NightScript
17fef91548
Merge pull request #32 from Deletecat/bl2ck-update-list
Update BL2CK compat. list, bring back old YSMenu archive files
2023-12-26 18:29:48 -05: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
lifehackerhansol
5f35482145
GEi Hot is an R4 i.L.S offshoot
Closes #7
2023-12-18 14:12:32 -08:00
lifehackerhansol
50fbaf4371 r4ixds confirmed to work with BL2CK 2023-11-05 11:16:44 -08: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
162e80e007
BL2CK: hex edit akloader to soft-reset to akmenu4.nds
For greater flashcart compatibility, with the introduction of the EDGEi
version.
2023-08-15 12:24:58 -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
b61b6555ab
Remove unnecessary Sakura kernel in common-kernels 2023-08-15 11:52:18 -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