2016-06-15 8:35 GMT+02:00 Alistair Leslie-Hughes leslie_alistair@hotmail.com:
@@ -75,3 +75,21 @@ D3DX_CPU_OPTIMIZATION WINAPI D3DXCpuOptimizations(BOOL enable) FIXME("%i - stub\n", enable); return D3DX_NOT_OPTIMIZED; }
It's probably better to move the D3DXCpuOptimizations() implementation to d3dx9_36 in this patch so you can then drop the forwards from <= d3dx9_29.dll in the following patches.