diff --git a/Core/Font/PGF.h b/Core/Font/PGF.h index bc5b429aac..a0f4f6954c 100644 --- a/Core/Font/PGF.h +++ b/Core/Font/PGF.h @@ -251,7 +251,8 @@ struct PGFFontInfo { // Font style (used by font comparison functions). PGFFontStyle fontStyle; - s32_le BPP; // Font's BPP. + u8 BPP; // Font's BPP. + u8 pad[3]; }; #pragma pack(pop)