diff options
author | unknown <FreddyFunk@users.noreply.github.com> | 2019-02-08 22:08:48 +0100 |
---|---|---|
committer | FreddyFunk <FreddyFunk@users.noreply.github.com> | 2019-03-29 18:22:07 +0100 |
commit | 93de7a7b40114259c4e3255d6567c519c8300fa1 (patch) | |
tree | 8ddaeea3eb6c118d01e7ec19d0057475fd0a1515 | |
parent | Addressed feedback (diff) | |
download | yuzu-93de7a7b40114259c4e3255d6567c519c8300fa1.tar yuzu-93de7a7b40114259c4e3255d6567c519c8300fa1.tar.gz yuzu-93de7a7b40114259c4e3255d6567c519c8300fa1.tar.bz2 yuzu-93de7a7b40114259c4e3255d6567c519c8300fa1.tar.lz yuzu-93de7a7b40114259c4e3255d6567c519c8300fa1.tar.xz yuzu-93de7a7b40114259c4e3255d6567c519c8300fa1.tar.zst yuzu-93de7a7b40114259c4e3255d6567c519c8300fa1.zip |
-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 @@ [submodule "Vulkan-Headers"] path = externals/Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers.git +[submodule "externals/zstd"] + path = externals/zstd + url = https://github.com/facebook/zstd diff --git a/externals/zstd b/externals/zstd new file mode 160000 +Subproject 470344d33e1d52a2ada75d278466da8d4ee2faf |