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
|
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];
|
||||||
|
|
Loading…
Reference in New Issue