mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Missing comma at the end of line
This commit is contained in:
parent
ec6170d593
commit
96619f6cb1
1 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@ static const u32 textureAlignMask16[16] = {
|
|||
0x7FF & ~(((8 * 16) / 8) - 1), //GE_TFMT_CLUT8,
|
||||
0x7FF & ~(((8 * 16) / 16) - 1), //GE_TFMT_CLUT16,
|
||||
0x7FF & ~(((8 * 16) / 32) - 1), //GE_TFMT_CLUT32,
|
||||
0x7FF //GE_TFMT_DXT1,
|
||||
0x7FF //GE_TFMT_DXT3,
|
||||
0x7FF //GE_TFMT_DXT5,
|
||||
0x7FF, //GE_TFMT_DXT1,
|
||||
0x7FF, //GE_TFMT_DXT3,
|
||||
0x7FF, //GE_TFMT_DXT5,
|
||||
0, // INVALID,
|
||||
0, // INVALID,
|
||||
0, // INVALID,
|
||||
|
|
Loading…
Add table
Reference in a new issue