Latest compatible version of Classicube from the original GitHub repository (https://github.com/ClassiCube/ClassiCube) that can be compiled on Classicube for PowerMac PPC running Mac OS X 10.4.

This commit is contained in:
Andrei Alexandru
2025-12-17 13:17:57 +02:00
commit c71492f846
1248 changed files with 422858 additions and 0 deletions

17
misc/wiiu/assembler.sh Normal file
View File

@@ -0,0 +1,17 @@
ASSEMBLER=/home/minty/emulators/decaf-emu-ubuntu-20.04/bin/latte-assembler
assemble()
{
echo "Assembling $1 from VS $2 + PS $3"
$ASSEMBLER assemble $1 --vsh $2 --psh $3
}
assemble coloured_none.gsh vs_coloured.vsh ps_coloured_none.psh
assemble textured_none.gsh vs_textured.vsh ps_textured_none.psh
assemble textured_lin.gsh vs_textured.vsh ps_textured_lin.psh
assemble textured_exp.gsh vs_textured.vsh ps_textured_exp.psh
assemble offset_none.gsh vs_offset.vsh ps_textured_none.psh
assemble offset_lin.gsh vs_offset.vsh ps_textured_lin.psh
assemble offset_exp.gsh vs_offset.vsh ps_textured_exp.psh