externals: Update SoundTouch to upstream. (#6451)

This commit is contained in:
Steveice10
2023-04-25 15:25:02 -07:00
committed by GitHub
parent 227926c1fa
commit d16dce6d99
4 changed files with 7 additions and 4 deletions

2
.gitmodules vendored
View File

@@ -6,7 +6,7 @@
url = https://github.com/neobrain/nihstro.git
[submodule "soundtouch"]
path = externals/soundtouch
url = https://github.com/citra-emu/ext-soundtouch.git
url = https://codeberg.org/soundtouch/soundtouch.git
[submodule "catch2"]
path = externals/catch2
url = https://github.com/catchorg/Catch2