Commit Graph

8 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
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
a848445f56
Bring back the files from the old YSMenu archive 2023-12-26 23:14:25 +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
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
lifehackerhansol
8c630526d6
treewide: use -X flag when zipping 2023-08-24 11:30:24 -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
18e02684cc
Initial commit 2023-08-13 12:03:09 -07:00