Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ashton <joshua@froggi.es>2022-08-21 20:28:03 +0300
committerJoshie <joshua@froggi.es>2022-08-21 21:31:33 +0300
commite969f49cee2ee4ccf815c5ef8225947f6324b28c (patch)
treed69d7160ffd7ed0fc13b56ae5f78102274234233 /.gitmodules
parent92698be09a4e34e6b43edaed180337a7ff2c53a1 (diff)
[native] Add DirectX headers submodule
Adds DirectX headers for use when building DXVK natively for Linux. These use the substitute Windows headers I made. These are a minimal set of DirectX specific headers that are compatible with the substitute Windows headers I made. For any license concerns please see the README in the submodule.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..621f8f23
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "include/native/directx"]
+ path = include/native/directx
+ url = https://github.com/Joshua-Ashton/mingw-directx-headers