mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Qt build fix
This commit is contained in:
parent
0efb560e26
commit
73baa8a779
1 changed files with 1 additions and 1 deletions
|
@ -1665,7 +1665,7 @@ void Debugger_DisplayList::UpdateVertexInfo()
|
|||
VertexDecoder vtcDec;
|
||||
vtcDec.SetVertexType(state.vertType);
|
||||
u8* tmp = new u8[20*vtcDec.GetDecVtxFmt().stride];
|
||||
vtcDec.DecodeVerts(tmp,Memory::GetPointer(vaddr),0,0,0,0,19);
|
||||
vtcDec.DecodeVerts(tmp,Memory::GetPointer(vaddr),0,19);
|
||||
VertexReader vtxRead(tmp,vtcDec.GetDecVtxFmt(),state.vertType);
|
||||
|
||||
for(int i = 0; i < maxVtxDisplay; i++)
|
||||
|
|
Loading…
Add table
Reference in a new issue