devkitPro / libogc

C Library for Wii and Gamecube homebrew
https://devkitpro.org/viewforum.php?f=40
Other
282 stars 69 forks source link

gx: use correct constant name for PASSCLR operation #176

Closed mardy closed 2 months ago

mardy commented 2 months ago

In the alpha input we should use only GXCA* registers. Both GX_CC_A2 and GX_CA_ZERO evaluate to 7, so this is just a cosmetic issue.

The existing error is probably the result of a misunderstanding during reverse engineering.