Fix Griffin build
This commit is contained in:
parent
b4a743fff4
commit
858af5fbe2
|
@ -324,10 +324,12 @@ VIDEO DRIVER
|
|||
|
||||
#if defined(HAVE_D3D8)
|
||||
#include "../gfx/drivers/d3d8.c"
|
||||
#include "../gfx/common/d3d8_common.c"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_D3D9)
|
||||
#include "../gfx/drivers/d3d9.c"
|
||||
#include "../gfx/common/d3d9_common.c"
|
||||
|
||||
#ifdef HAVE_HLSL
|
||||
#include "../gfx/drivers_renderchain/d3d9_hlsl_renderchain.c"
|
||||
|
|
Loading…
Reference in New Issue