mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Shrink the vertexCount field in DeferredDrawCall to the 16 bits required.
This commit is contained in:
parent
ad42ec5473
commit
648b4eac51
@ -139,7 +139,7 @@ protected:
|
||||
void *inds;
|
||||
u8 indexType;
|
||||
s8 prim;
|
||||
u32 vertexCount;
|
||||
u16 vertexCount;
|
||||
u16 indexLowerBound;
|
||||
u16 indexUpperBound;
|
||||
UVScale uvScale;
|
||||
|
Loading…
Reference in New Issue
Block a user