Commit Graph

16 Commits

Author SHA1 Message Date
lifehackerhansol
e8f78c0956
Makefile: use $(CURDIR) directly without $(shell pwd)
This fixes building on macOS.
2024-10-03 13:52:05 -07:00
Deletecat
ca7693da75
Move R4Infinity V1.6 to BL2CK list
The person using this cart accidentally got BL2CK mixed up with AceWood, this commit will move it to the correct list
2024-09-03 15:57:54 +01:00
Deletecat
f1a0bcb32b
Add r4infinity v1.6 to Ace3DS+ compatibility list 2024-09-02 23:14:31 +01:00
lifehackerhansol
68305f0115
Fix unpatched Ace3DS+ kernel building typo 2024-08-21 20:46:04 -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
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
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
Deletecat
6fe838c0cd
Add GEi Hot to the Ace3DS+_R4iLS readme text file 2023-12-26 17:57:09 +00:00
Deletecat
7476c63b78
Update Ace3DS+_R4iLs compatibility list 2023-09-28 16:40:10 +01:00
lifehackerhansol
8c630526d6
treewide: use -X flag when zipping 2023-08-24 11:30:24 -07:00
lifehackerhansol
4d927b9a2f
Ace3DS+ kernels: derp fix
I forgot how zip worked
2023-08-13 23:33:50 -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
e93f3fdffe
Commonize R4iLS kernel files
Everything except the boot file is identical.
2023-08-13 22:26:29 -07:00
lifehackerhansol
18e02684cc
Initial commit 2023-08-13 12:03:09 -07:00