mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-14 13:34:52 -04:00
Switch to Aurora headers for GX/VI
Replace GXSetArray() with GXSETARRAY() taking in size everywhere Fix a ton of structs/enums being referred to with underscore name.
This commit is contained in:
@@ -678,7 +678,7 @@ s32 daMg_Fish_Draw(mg_fish_class* i_this) {
|
||||
&i_this->actor.tevStr, 0, 1.0f, &dDlst_shadowControl_c::mSimpleTexObj);
|
||||
}
|
||||
if (i_this->mKind2 == 3) {
|
||||
_GXColor color;
|
||||
GXColor color;
|
||||
color.r = 0x32;
|
||||
color.g = 0x2d;
|
||||
color.b = 0x14;
|
||||
|
||||
Reference in New Issue
Block a user