diff options
author | unknown <FreddyFunk@users.noreply.github.com> | 2019-02-13 15:53:57 +0100 |
---|---|---|
committer | FreddyFunk <FreddyFunk@users.noreply.github.com> | 2019-03-29 18:22:08 +0100 |
commit | eadc834bb307381aa6bcdc11bde678f027a05ff8 (patch) | |
tree | ea035aabf0da4d7dc77a2a1dbfaefc5d0b86c71c /.gitmodules | |
parent | common/zstd_compression: simplify decompression interface (diff) | |
download | yuzu-eadc834bb307381aa6bcdc11bde678f027a05ff8.tar yuzu-eadc834bb307381aa6bcdc11bde678f027a05ff8.tar.gz yuzu-eadc834bb307381aa6bcdc11bde678f027a05ff8.tar.bz2 yuzu-eadc834bb307381aa6bcdc11bde678f027a05ff8.tar.lz yuzu-eadc834bb307381aa6bcdc11bde678f027a05ff8.tar.xz yuzu-eadc834bb307381aa6bcdc11bde678f027a05ff8.tar.zst yuzu-eadc834bb307381aa6bcdc11bde678f027a05ff8.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index b891805de..26b4e5272 100644 --- a/.gitmodules +++ b/.gitmodules @@ -41,5 +41,5 @@ path = externals/Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers.git [submodule "externals/zstd"] - path = externals/zstd - url = https://github.com/facebook/zstd + path = externals/zstd + url = https://github.com/facebook/zstd |