Aug. 20, 2026
10:27 a.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx10_43/sprite.c:
static HRESULT WINAPI d3dx10_sprite_Begin(ID3DX10Sprite *iface, UINT flags) { + struct d3dx10_sprite *sprite = impl_from_ID3DX10Sprite(iface); + FIXME("iface %p, flags %#x stub!\n", iface, flags);
What else is missing before we can turn this into a `TRACE()`? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11674#note_149354