mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-28 10:51:06 +00:00
Minor correctness: don't zero extend bpp bits.
This commit is contained in:
parent
8f6315e375
commit
0bd7d7ad19
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user