Commit graph

5 commits

Author SHA1 Message Date
刘皓
aad16c4e74
Remove base ruby build from libretro/Makefile
Stage 1 of the libretro build process originally built a base Ruby
targeting the build machine that was then used to build the version of
Ruby actually used in the core for better determinism, but it turns out
that the base Ruby matters very little. We can just use the system
version of Ruby as the base Ruby.
2025-06-15 22:36:24 -04:00
刘皓
f48a57b4bd
Add CI files for libretro buildbot
These will be used by the builds at <https://buildbot.libretro.com>.
2025-06-08 21:50:56 -04:00
刘皓
41fc9bf7c7
Pin wasm2c version in libretro builds
To prevent incompatibilities between wasm2c and the custom wasm-rt
implementation.
2025-05-01 00:53:26 -04:00
刘皓
20f806abef
Remove dependency on xxd 2025-02-27 23:32:30 -05:00
刘皓
7c066a2b24
Change some of the nomenclature in libretro builds 2025-02-14 12:05:30 -05:00
Renamed from retro/README.md (Browse further)