20 Mar
2014
20 Mar
'14
1:46 p.m.
On 20 March 2014 12:28, Stefan Dösinger <stefan(a)codeweavers.com> wrote:
+ if (!(caps.ddraw_caps.caps & WINEDDCAPS_3D)) + { + WARN("Created a wined3d object without 3D support.\n"); + wined3d_decref(d3d8->wined3d); + goto done; + } I don't think that really matches Windows. Going by the testbot results, I think creating a D3D object should succeed, and creating a (hardware) device should fail.