diff options
| author | 2019-04-07 17:48:33 -0400 | |
|---|---|---|
| committer | 2019-04-07 17:48:33 -0400 | |
| commit | 21a4e7deea9638e4841e57d815cf1ecb7543fb34 (patch) | |
| tree | 97dd726abe476c0a4c03c5da1c39239e93c6ed2a /.gitmodules | |
| parent | Merge pull request #2356 from lioncash/pair (diff) | |
| parent | gitmodules: Replace taps with spaces (diff) | |
| download | yuzu-21a4e7deea9638e4841e57d815cf1ecb7543fb34.tar.gz yuzu-21a4e7deea9638e4841e57d815cf1ecb7543fb34.tar.xz yuzu-21a4e7deea9638e4841e57d815cf1ecb7543fb34.zip | |
Merge pull request #2098 from FreddyFunk/disk-cache-zstd
gl_shader_disk_cache: Use Zstandard for compression
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2558a5ebc..26b4e5272 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 | ||