mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Add files to Griffin
This commit is contained in:
parent
6319dbcc8a
commit
0ec2ae1e97
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user