1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

d3d12core: Add stub DLL.

Forspoken checks for the existence of this DLL.
This commit is contained in:
Mohamad Al-Jaf 2023-01-26 18:43:05 -05:00 committed by Alexandre Julliard
parent 83625459c8
commit 9acf1bd6a8
5 changed files with 7 additions and 0 deletions

View file

@ -72,6 +72,7 @@ P: Matteo Bruni <mbruni@codeweavers.com>
F: dlls/d3d10core/
F: dlls/d3d11/
F: dlls/d3d12/
F: dlls/d3d12core/
F: dlls/d3d8/
F: dlls/d3d9/
F: dlls/d3drm/

2
configure vendored
View file

@ -1015,6 +1015,7 @@ enable_d3d10_1
enable_d3d10core
enable_d3d11
enable_d3d12
enable_d3d12core
enable_d3d8
enable_d3d8thk
enable_d3d9
@ -21062,6 +21063,7 @@ wine_fn_config_makefile dlls/d3d11 enable_d3d11
wine_fn_config_makefile dlls/d3d11/tests enable_tests
wine_fn_config_makefile dlls/d3d12 enable_d3d12
wine_fn_config_makefile dlls/d3d12/tests enable_tests
wine_fn_config_makefile dlls/d3d12core enable_d3d12core
wine_fn_config_makefile dlls/d3d8 enable_d3d8
wine_fn_config_makefile dlls/d3d8/tests enable_tests
wine_fn_config_makefile dlls/d3d8thk enable_d3d8thk

View file

@ -2432,6 +2432,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3d11)
WINE_CONFIG_MAKEFILE(dlls/d3d11/tests)
WINE_CONFIG_MAKEFILE(dlls/d3d12)
WINE_CONFIG_MAKEFILE(dlls/d3d12/tests)
WINE_CONFIG_MAKEFILE(dlls/d3d12core)
WINE_CONFIG_MAKEFILE(dlls/d3d8)
WINE_CONFIG_MAKEFILE(dlls/d3d8/tests)
WINE_CONFIG_MAKEFILE(dlls/d3d8thk)

View file

@ -0,0 +1 @@
MODULE = d3d12core.dll

View file

@ -0,0 +1,2 @@
@ stub D3D12GetInterface
@ stub D3D12SDKVersion