Oops! Forgot a file. (Related to commit a67e040.)
This commit is contained in:
parent
a67e040a57
commit
624f649acb
|
@ -81,13 +81,14 @@ enum NDSColorFormat
|
|||
|
||||
union FragmentColor
|
||||
{
|
||||
u32 color;
|
||||
u8 component[4];
|
||||
|
||||
struct
|
||||
{
|
||||
u8 r,g,b,a;
|
||||
};
|
||||
|
||||
u32 color;
|
||||
};
|
||||
|
||||
extern CACHE_ALIGN const u32 material_5bit_to_31bit[32];
|
||||
|
|
Loading…
Reference in New Issue