diff options
| author | 2019-02-08 22:08:48 +0100 | |
|---|---|---|
| committer | 2019-03-29 18:22:07 +0100 | |
| commit | 93de7a7b40114259c4e3255d6567c519c8300fa1 (patch) | |
| tree | 8ddaeea3eb6c118d01e7ec19d0057475fd0a1515 | |
| parent | Addressed feedback (diff) | |
| download | yuzu-93de7a7b40114259c4e3255d6567c519c8300fa1.tar.gz yuzu-93de7a7b40114259c4e3255d6567c519c8300fa1.tar.xz yuzu-93de7a7b40114259c4e3255d6567c519c8300fa1.zip | |
externals: Add Zstandard v1.3.8
Diffstat (limited to '')
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | externals/zstd | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2558a5ebc..b891805de 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -40,3 +40,6 @@ | |||
| 40 | [submodule "Vulkan-Headers"] | 40 | [submodule "Vulkan-Headers"] |
| 41 | path = externals/Vulkan-Headers | 41 | path = externals/Vulkan-Headers |
| 42 | url = https://github.com/KhronosGroup/Vulkan-Headers.git | 42 | url = https://github.com/KhronosGroup/Vulkan-Headers.git |
| 43 | [submodule "externals/zstd"] | ||
| 44 | path = externals/zstd | ||
| 45 | url = https://github.com/facebook/zstd | ||
diff --git a/externals/zstd b/externals/zstd new file mode 160000 | |||
| Subproject 470344d33e1d52a2ada75d278466da8d4ee2faf | |||