diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-08-23 14:33:03 +0200 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-09-08 19:26:23 +0200 |
commit | a6efff8b02986daf6d3660c4f33c5f39cf3f3830 (patch) | |
tree | af15627fd0a02ae74b222e1d02e689185062f1a9 /.gitmodules | |
parent | Merge pull request #1246 from degasus/instanced_rendering (diff) | |
download | yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar.gz yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar.bz2 yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar.lz yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar.xz yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar.zst yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4f4e8690b..e73ca99e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "opus"] path = externals/opus url = https://github.com/ogniK5377/opus.git +[submodule "soundtouch"] + path = externals/soundtouch + url = https://github.com/citra-emu/ext-soundtouch.git |