Oops! Forgot a file. (Related to commit a67e040.)

This commit is contained in:
rogerman 2023-02-10 18:38:21 -08:00
parent a67e040a57
commit 624f649acb
1 changed files with 2 additions and 1 deletions

View File

@ -81,13 +81,14 @@ enum NDSColorFormat
union FragmentColor union FragmentColor
{ {
u32 color;
u8 component[4]; u8 component[4];
struct struct
{ {
u8 r,g,b,a; u8 r,g,b,a;
}; };
u32 color;
}; };
extern CACHE_ALIGN const u32 material_5bit_to_31bit[32]; extern CACHE_ALIGN const u32 material_5bit_to_31bit[32];