diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-04 03:43:57 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-01-04 03:43:57 +0100 |
commit | 8be46f412e48db4624265379319adfe6ed3d5e4c (patch) | |
tree | df5889d982d2dbac9bbdecaa34718b9f0a71286c /.gitmodules | |
parent | arm: Remove SkyEye/Dyncom code that is ARMv6-only. (diff) | |
download | yuzu-8be46f412e48db4624265379319adfe6ed3d5e4c.tar yuzu-8be46f412e48db4624265379319adfe6ed3d5e4c.tar.gz yuzu-8be46f412e48db4624265379319adfe6ed3d5e4c.tar.bz2 yuzu-8be46f412e48db4624265379319adfe6ed3d5e4c.tar.lz yuzu-8be46f412e48db4624265379319adfe6ed3d5e4c.tar.xz yuzu-8be46f412e48db4624265379319adfe6ed3d5e4c.tar.zst yuzu-8be46f412e48db4624265379319adfe6ed3d5e4c.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index db60706c9..1ebbd57cd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "cpr"] path = externals/cpr url = https://github.com/whoshuu/cpr.git +[submodule "lz4"] + path = externals/lz4 + url = http://github.com/lz4/lz4.git |