A collection of my gamecube research
  • C 97.2%
  • Rust 2.7%
Find a file
2026-01-08 18:31:10 +01:00
.helix lightning tests 2025-11-28 10:16:01 +01:00
common dsp test changes 2025-12-30 14:37:43 +01:00
lib fixed issues with dsp tests 2025-12-28 16:04:03 +01:00
misc fixed issues with dsp tests 2025-12-28 16:04:03 +01:00
tests working commit 2026-01-08 18:31:10 +01:00
tools working commit 2026-01-08 18:31:10 +01:00
.gitignore added package command 2025-12-28 16:33:26 +01:00
makefile tests working on dolphin now 2026-01-03 17:29:33 +01:00
README.md dsp test changes 2025-12-30 14:37:43 +01:00

This is a collection of my own research, documentation, test roms and benchmarking roms. Feel free to copy or use however you wish. Or contribute :)

Various tests, benchmarks and research is made using libogc2, so thanks to them for their amazing library!

Building

In order to build this properly, run the following command make package This will generate a package.tar.gz that will include every test.

Building for wii

In order to build for Wii, simply run Wii= make package instead of make package