diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/.gitmodules b/.gitmodules index 1f0b80768..f498a60de 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -1,15 +1,18 @@ | |||
| 1 | [submodule "inih"] | 1 | [submodule "inih"] |
| 2 | path = externals/inih/inih | 2 | path = externals/inih/inih |
| 3 | url = https://github.com/svn2github/inih | 3 | url = https://github.com/svn2github/inih |
| 4 | [submodule "boost"] | 4 | [submodule "boost"] |
| 5 | path = externals/boost | 5 | path = externals/boost |
| 6 | url = https://github.com/citra-emu/ext-boost.git | 6 | url = https://github.com/citra-emu/ext-boost.git |
| 7 | [submodule "nihstro"] | 7 | [submodule "nihstro"] |
| 8 | path = externals/nihstro | 8 | path = externals/nihstro |
| 9 | url = https://github.com/neobrain/nihstro.git | 9 | url = https://github.com/neobrain/nihstro.git |
| 10 | [submodule "soundtouch"] | 10 | [submodule "soundtouch"] |
| 11 | path = externals/soundtouch | 11 | path = externals/soundtouch |
| 12 | url = https://github.com/citra-emu/ext-soundtouch.git | 12 | url = https://github.com/citra-emu/ext-soundtouch.git |
| 13 | [submodule "catch"] | 13 | [submodule "catch"] |
| 14 | path = externals/catch | 14 | path = externals/catch |
| 15 | url = https://github.com/philsquared/Catch.git | 15 | url = https://github.com/philsquared/Catch.git |
| 16 | [submodule "dynarmic"] | ||
| 17 | path = externals/dynarmic | ||
| 18 | url = https://github.com/MerryMage/dynarmic.git | ||