From e969f49cee2ee4ccf815c5ef8225947f6324b28c Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Sun, 21 Aug 2022 17:28:03 +0000 Subject: [PATCH] [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. --- .gitmodules | 3 +++ include/native/directx | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 include/native/directx 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 diff --git a/include/native/directx b/include/native/directx new file mode 160000 index 00000000..9ae01457 --- /dev/null +++ b/include/native/directx @@ -0,0 +1 @@ +Subproject commit 9ae01457f3f52b90fcdb472fc8ad86a0c89c15e5