On 20 March 2014 12:28, Stefan Dösinger stefan@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.