Line 128:
Line 128:
One way to catch such errors is to enable more warnings in gcc like:
One way to catch such errors is to enable more warnings in gcc like:
<source lang="bash">gcc -Wall -pedantic -std=c99</source>
<source lang="bash">gcc -Wall -pedantic -std=c99</source>
+
+
''For example the current ''''devkitPro\examples\wii\graphics\gx\triangle.c'''' uses 'Mtx' but it should be using 'Mtx44' - I fell into this trap, please be carefull & take note of the above.''
== GX Tips ==
== GX Tips ==