convert remaining RGB5a1 to RGBA16 (#879)

This commit is contained in:
louist103
2021-08-01 13:15:21 -04:00
committed by GitHub
parent a209195183
commit d2bad8fb6a
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ typedef union {
u16 a : 1;
};
u16 rgba;
} Color_RGB5A1;
} Color_RGBA16;
#endif