From 2f86133598a87fcdeae87db6d969f32174ee1bea Mon Sep 17 00:00:00 2001 From: squidbus <175574877+squidbus@users.noreply.github.com> Date: Thu, 31 Jul 2025 07:20:35 -0700 Subject: [PATCH] Don't treat POSITION1 as index stream. --- MarathonRecomp/gpu/video.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MarathonRecomp/gpu/video.cpp b/MarathonRecomp/gpu/video.cpp index 7c651448c..9fba76612 100644 --- a/MarathonRecomp/gpu/video.cpp +++ b/MarathonRecomp/gpu/video.cpp @@ -5207,10 +5207,6 @@ static GuestVertexDeclaration* CreateVertexDeclarationWithoutAddRef(GuestVertexE } break; - case D3DDECLUSAGE_POSITION: - if (vertexElement->usageIndex == 1) - vertexDeclaration->indexVertexStream = vertexElement->stream; - break; case D3DDECLUSAGE_TEXCOORD: switch (vertexElement->type)