diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2016-03-20 15:58:24 +0100 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-05-19 09:38:03 +0200 |
commit | a03f9b6fb6cdaf480737faf37b9c244f46cd1a85 (patch) | |
tree | 9f2ff1718289bc48de5d9c07fee1d3c54c3af58c /.gitmodules | |
parent | AudioCore: Implement time stretcher (#1737) (diff) | |
download | yuzu-a03f9b6fb6cdaf480737faf37b9c244f46cd1a85.tar yuzu-a03f9b6fb6cdaf480737faf37b9c244f46cd1a85.tar.gz yuzu-a03f9b6fb6cdaf480737faf37b9c244f46cd1a85.tar.bz2 yuzu-a03f9b6fb6cdaf480737faf37b9c244f46cd1a85.tar.lz yuzu-a03f9b6fb6cdaf480737faf37b9c244f46cd1a85.tar.xz yuzu-a03f9b6fb6cdaf480737faf37b9c244f46cd1a85.tar.zst yuzu-a03f9b6fb6cdaf480737faf37b9c244f46cd1a85.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index db0905b3d..1f0b80768 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "soundtouch"] path = externals/soundtouch url = https://github.com/citra-emu/ext-soundtouch.git +[submodule "catch"] + path = externals/catch + url = https://github.com/philsquared/Catch.git |