summaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: d5a7ade4febb3b5c793b4a3ee3a647a6ee0e62e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "inih"]
    path = externals/inih/inih
    url = https://github.com/svn2github/inih
[submodule "boost"]
    path = externals/boost
    url = https://github.com/yuzu-emu/ext-boost.git
[submodule "catch"]
    path = externals/catch
    url = https://github.com/philsquared/Catch.git
[submodule "dynarmic"]
    path = externals/dynarmic
    url = https://github.com/MerryMage/dynarmic.git
[submodule "xbyak"]
    path = externals/xbyak
    url = https://github.com/herumi/xbyak.git
[submodule "fmt"]
    path = externals/fmt
    url = https://github.com/fmtlib/fmt.git
[submodule "lz4"]
    path = externals/lz4
    url = http://github.com/lz4/lz4.git
[submodule "unicorn"]
    path = externals/unicorn
    url = https://github.com/yuzu-emu/unicorn