From 6dca3ecc45732c719370cd6ca29cc5eed574cfaa Mon Sep 17 00:00:00 2001 From: Christian Costa Date: Tue, 29 Apr 2003 22:44:18 +0000 Subject: [PATCH] Reserve space for 16 streams in the stateblock. --- dlls/d3d8/d3d8_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3d8/d3d8_private.h b/dlls/d3d8/d3d8_private.h index c0866d93b41..d3975e16a57 100644 --- a/dlls/d3d8/d3d8_private.h +++ b/dlls/d3d8/d3d8_private.h @@ -55,7 +55,7 @@ extern void (*wine_tsx11_unlock_ptr)(void); #include "d3d8.h" /* Device caps */ -#define MAX_STREAMS 1 +#define MAX_STREAMS 16 #define MAX_ACTIVE_LIGHTS 8 #define MAX_CLIPPLANES D3DMAXUSERCLIPPLANES #define MAX_LEVELS 256