https://bugs.winehq.org/show_bug.cgi?id=46224
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |---
--- Comment #8 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Reopening because the rebased patch is not working.
(In reply to Matteo Bruni from comment #7)
The patch currently in staging doesn't look right though:
wined3d_desc.usage = wined3d_desc.bind_flags;
If I understand the new code correctly, that line should be changed to: + wined3d_desc.bind_flags = bind_flags;