Add files to Griffin

This commit is contained in:
twinaphex 2018-01-21 07:49:07 +01:00
parent 6319dbcc8a
commit 0ec2ae1e97

View File

@ -347,10 +347,17 @@ VIDEO DRIVER
#if defined(HAVE_D3D11)
#include "../gfx/drivers/d3d11.c"
#include "../gfx/common/d3d11_common.c"
#endif
#if defined(HAVE_D3D12)
#include "../gfx/drivers/d3d12.c"
#include "../gfx/common/d3d12_common.c"
#endif
#if defined(HAVE_D3D11) || defined(HAVE_D3D12)
#include "../gfx/common/d3dcompiler_common.c"
#include "../gfx/common/dxgi_common.c"
#endif
#if defined(GEKKO)