diff options
| author | 2018-01-11 19:21:20 -0700 | |
|---|---|---|
| committer | 2018-01-12 19:11:03 -0700 | |
| commit | ebf9a784a9f7f4148a669dbb39e7cd50df779a14 (patch) | |
| tree | d585685a1c0a34b903af1d086d62560bf56bb29f /.gitmodules | |
| parent | config: Default CPU core to Unicorn. (diff) | |
| download | yuzu-ebf9a784a9f7f4148a669dbb39e7cd50df779a14.tar.gz yuzu-ebf9a784a9f7f4148a669dbb39e7cd50df779a14.tar.xz yuzu-ebf9a784a9f7f4148a669dbb39e7cd50df779a14.zip | |
Massive removal of unused modules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules index 87d156035..07479dd78 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -4,12 +4,6 @@ | |||
| 4 | [submodule "boost"] | 4 | [submodule "boost"] |
| 5 | path = externals/boost | 5 | path = externals/boost |
| 6 | url = https://github.com/yuzu-emu/ext-boost.git | 6 | url = https://github.com/yuzu-emu/ext-boost.git |
| 7 | [submodule "nihstro"] | ||
| 8 | path = externals/nihstro | ||
| 9 | url = https://github.com/neobrain/nihstro.git | ||
| 10 | [submodule "soundtouch"] | ||
| 11 | path = externals/soundtouch | ||
| 12 | url = https://github.com/citra-emu/ext-soundtouch.git | ||
| 13 | [submodule "catch"] | 7 | [submodule "catch"] |
| 14 | path = externals/catch | 8 | path = externals/catch |
| 15 | url = https://github.com/philsquared/Catch.git | 9 | url = https://github.com/philsquared/Catch.git |
| @@ -22,12 +16,6 @@ | |||
| 22 | [submodule "fmt"] | 16 | [submodule "fmt"] |
| 23 | path = externals/fmt | 17 | path = externals/fmt |
| 24 | url = https://github.com/fmtlib/fmt.git | 18 | url = https://github.com/fmtlib/fmt.git |
| 25 | [submodule "enet"] | ||
| 26 | path = externals/enet | ||
| 27 | url = https://github.com/lsalzman/enet | ||
| 28 | [submodule "cpr"] | ||
| 29 | path = externals/cpr | ||
| 30 | url = https://github.com/whoshuu/cpr.git | ||
| 31 | [submodule "lz4"] | 19 | [submodule "lz4"] |
| 32 | path = externals/lz4 | 20 | path = externals/lz4 |
| 33 | url = http://github.com/lz4/lz4.git | 21 | url = http://github.com/lz4/lz4.git |