![]() |
|
#11
|
|||
|
EDIT: nevermind, i'm an idiot. this patch works just fine with 1.7.0 [You must be logged in to view images. Log in or Register.]
Recently and reluctantly I tried to update wine I've been using 1.5 versions and this patch has always worked. Doesn't seem to work with 1.7 though. has anyone had luck using 1.7? Tried using an unpatched version as well with no luck. amd64 with nvidia fyi Code:
--- old/dlls/d3d9/directx.c 2013-09-16 19:07:12.798588111 -0400
+++ new/dlls/d3d9/directx.c 2013-09-16 19:05:42.950581914 -0400
@@ -381,6 +381,7 @@
pCaps->MaxVertexShaderConst = min(D3D9_MAX_VERTEX_SHADER_CONSTANTF, pCaps->MaxVertexShaderConst);
pCaps->NumSimultaneousRTs = min(D3D9_MAX_SIMULTANEOUS_RENDERTARGETS, pCaps->NumSimultaneousRTs);
+ pCaps->MaxVertexBlendMatrices=0x4;
if (pCaps->PixelShaderVersion > 3)
pCaps->PixelShaderVersion = D3DPS_VERSION(3,0);
| ||
|
Last edited by hextasy; 09-16-2013 at 09:21 PM..
| |||
|
|