ddraw: Remove a test that fails in VMs.
This commit is contained in:
parent
7b385fb60c
commit
404afbaa3c
|
@ -103,7 +103,6 @@ static BOOL createObjects(void)
|
||||||
hr = IDirect3D7_CreateDevice(Direct3D, &IID_IDirect3DRefDevice, Surface, &Direct3DDevice);
|
hr = IDirect3D7_CreateDevice(Direct3D, &IID_IDirect3DRefDevice, Surface, &Direct3DDevice);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ok(hr == D3D_OK, "IDirect3D7_CreateDevice failed with %08x\n", hr);
|
|
||||||
if(!Direct3DDevice) goto err;
|
if(!Direct3DDevice) goto err;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue