diff options
| author | bunnei <bunneidev@gmail.com> | 2018-09-12 18:23:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-12 18:23:54 -0400 |
| commit | 926dd415871a8c38605678f2fdcbd556413e52ee (patch) | |
| tree | 06c477f5b9f318d0c461d653f490d2c467cefec4 /.gitmodules | |
| parent | 49c4fe1f2f59149349ed38c9fb8d0e142efcb893 (diff) | |
| parent | 957ddab6796cb6f644c60993c3035d8bd9c0a398 (diff) | |
Merge pull request #1163 from FearlessTobi/add-audio-stretching
audio_core: Add audio stretching support
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 |
