mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Minor correctness: don't zero extend bpp bits.
This commit is contained in:
parent
8f6315e375
commit
0bd7d7ad19
1 changed files with 2 additions and 1 deletions
|
@ -251,7 +251,8 @@ struct PGFFontInfo {
|
||||||
// Font style (used by font comparison functions).
|
// Font style (used by font comparison functions).
|
||||||
PGFFontStyle fontStyle;
|
PGFFontStyle fontStyle;
|
||||||
|
|
||||||
s32_le BPP; // Font's BPP.
|
u8 BPP; // Font's BPP.
|
||||||
|
u8 pad[3];
|
||||||
};
|
};
|
||||||
|
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
|
|
Loading…
Add table
Reference in a new issue