diff options
author | bunnei <bunneidev@gmail.com> | 2018-09-13 00:23:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-13 00:23:54 +0200 |
commit | 926dd415871a8c38605678f2fdcbd556413e52ee (patch) | |
tree | 06c477f5b9f318d0c461d653f490d2c467cefec4 /.gitmodules | |
parent | Merge pull request #1306 from bunnei/fix-b5g6r5u (diff) | |
parent | audio_core: Flush stream when not playing anything (diff) | |
download | yuzu-926dd415871a8c38605678f2fdcbd556413e52ee.tar yuzu-926dd415871a8c38605678f2fdcbd556413e52ee.tar.gz yuzu-926dd415871a8c38605678f2fdcbd556413e52ee.tar.bz2 yuzu-926dd415871a8c38605678f2fdcbd556413e52ee.tar.lz yuzu-926dd415871a8c38605678f2fdcbd556413e52ee.tar.xz yuzu-926dd415871a8c38605678f2fdcbd556413e52ee.tar.zst yuzu-926dd415871a8c38605678f2fdcbd556413e52ee.zip |
Diffstat (limited to '')
-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 |