mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
convert remaining RGB5a1 to RGBA16 (#879)
This commit is contained in:
parent
a209195183
commit
d2bad8fb6a
3 changed files with 15 additions and 15 deletions
|
@ -29,6 +29,6 @@ typedef union {
|
|||
u16 a : 1;
|
||||
};
|
||||
u16 rgba;
|
||||
} Color_RGB5A1;
|
||||
} Color_RGBA16;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue