19 Feb
2020
19 Feb
'20
4:06 p.m.
On Wed, 19 Feb 2020 at 05:24, Zebediah Figura <z.figura12(a)gmail.com> wrote:
@@ -3436,23 +3439,26 @@ static HRESULT WINAPI d3d8_device_GetStreamSource(IDirect3DDevice8 *iface, if (!buffer) return D3DERR_INVALIDCALL;
+ if (stream_idx > WINED3D_MAX_STREAMS) + { Should that be "stream_idx >= WINED3D_MAX_STREAMS"?