diff options
| author | 2016-09-15 20:14:18 -0700 | |
|---|---|---|
| committer | 2016-09-15 20:14:18 -0700 | |
| commit | f196924dddb68f4e47ab6da36552840f82616b90 (patch) | |
| tree | bb57f41d9d26c4a75059f28165acaff88cfde652 /.gitmodules | |
| parent | Merge pull request #2064 from linkmauve/remove-readdir_r (diff) | |
| parent | arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg. (diff) | |
| download | yuzu-f196924dddb68f4e47ab6da36552840f82616b90.tar.gz yuzu-f196924dddb68f4e47ab6da36552840f82616b90.tar.xz yuzu-f196924dddb68f4e47ab6da36552840f82616b90.zip | |
Merge pull request #2042 from bunnei/dynarmic
Interface ARM CPU JIT (Dynarmic)
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 | ||