Commit 074d293c authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

Increase MaxStreams to 2 in CAPS.

parent 9ba17d44
......@@ -375,7 +375,7 @@ HRESULT WINAPI IDirect3D8Impl_GetDeviceCaps (LPDIRECT3D8 iface,
pCaps->MaxPrimitiveCount = 0xFFFFFFFF;
pCaps->MaxVertexIndex = 0xFFFFFFFF;
pCaps->MaxStreams = 1;
pCaps->MaxStreams = 2; /* HACK: Some games want at least 2 */
pCaps->MaxStreamStride = 1024;
pCaps->VertexShaderVersion = D3DVS_VERSION(1,1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment