diff --git a/src/gx/Types.hpp b/src/gx/Types.hpp index f68aaea..9ceaf2d 100644 --- a/src/gx/Types.hpp +++ b/src/gx/Types.hpp @@ -338,10 +338,10 @@ enum PIXEL_FORMAT { }; struct C4Pixel { - char b; - char g; - char r; - char a; + uint8_t b; + uint8_t g; + uint8_t r; + uint8_t a; }; struct MipBits {