Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
9acf1bd6
Commit
9acf1bd6
authored
Jan 26, 2023
by
Mohamad Al-Jaf
Committed by
Alexandre Julliard
Feb 10, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d12core: Add stub DLL.
Forspoken checks for the existence of this DLL.
parent
83625459
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
0 deletions
+7
-0
MAINTAINERS
MAINTAINERS
+1
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/d3d12core/Makefile.in
+1
-0
d3d12core.spec
dlls/d3d12core/d3d12core.spec
+2
-0
No files found.
MAINTAINERS
View file @
9acf1bd6
...
...
@@ -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/
...
...
configure
View file @
9acf1bd6
...
...
@@ -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
...
...
configure.ac
View file @
9acf1bd6
...
...
@@ -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)
...
...
dlls/d3d12core/Makefile.in
0 → 100644
View file @
9acf1bd6
MODULE
=
d3d12core.dll
dlls/d3d12core/d3d12core.spec
0 → 100644
View file @
9acf1bd6
@ stub D3D12GetInterface
@ stub D3D12SDKVersion
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment