Skip to content

Commit e0cc8be

Browse files
committed
Binormal 1 & 2 - Stops Silver KDV crashing
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
1 parent 015c3c8 commit e0cc8be

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

MarathonRecomp/gpu/video.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4841,6 +4841,8 @@ static GuestVertexDeclaration* CreateVertexDeclarationWithoutAddRef(GuestVertexE
48414841
{ D3DDECLUSAGE_TANGENT, 0, 2 },
48424842
{ D3DDECLUSAGE_POSITION, 2, 14 },
48434843
{ D3DDECLUSAGE_BINORMAL, 0, 3 },
4844+
{ D3DDECLUSAGE_BINORMAL, 1, 10 },
4845+
{ D3DDECLUSAGE_BINORMAL, 2, 11 },
48444846
{ D3DDECLUSAGE_POSITION, 3, 16 },
48454847
{ D3DDECLUSAGE_TEXCOORD, 0, 4 },
48464848
{ D3DDECLUSAGE_TEXCOORD, 1, 5 },

tools/XenosRecomp

0 commit comments

Comments
 (0)