FEX/.gitmodules

42 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-06-29 23:50:48 +00:00
[submodule "External/vixl"]
shallow = true
2019-06-29 23:50:48 +00:00
path = External/vixl
url = https://github.com/Sonicadvance1/vixl.git
2019-07-13 09:41:34 +00:00
[submodule "External/cpp-optparse"]
path = External/cpp-optparse
url = https://github.com/Sonicadvance1/cpp-optparse
[submodule "External/imgui"]
path = External/imgui
url = https://github.com/Sonicadvance1/imgui.git
[submodule "External/json-maker"]
path = External/json-maker
url = https://github.com/Sonicadvance1/json-maker.git
[submodule "External/tiny-json"]
path = External/tiny-json
url = https://github.com/Sonicadvance1/tiny-json.git
[submodule "External/xbyak"]
2021-01-09 02:17:35 +00:00
shallow = true
path = External/xbyak
url = https://github.com/FEX-Emu/xbyak.git
2020-05-18 10:11:04 +00:00
[submodule "External/fex-posixtest-bins"]
2021-01-09 02:17:35 +00:00
shallow = true
2020-05-18 10:11:04 +00:00
path = External/fex-posixtest-bins
url = https://github.com/FEX-Emu/fex-posixtest-bins.git
2021-01-09 02:17:35 +00:00
[submodule "External/fex-gvisor-tests-bins"]
shallow = true
path = External/fex-gvisor-tests-bins
url = https://github.com/FEX-Emu/fex-gvisor-tests-bins.git
[submodule "External/fex-gcc-target-tests-bins"]
shallow = true
path = External/fex-gcc-target-tests-bins
url = https://github.com/FEX-Emu/fex-gcc-target-tests-bins.git
[submodule "External/jemalloc"]
path = External/jemalloc
url = https://github.com/FEX-Emu/jemalloc.git
[submodule "External/fmt"]
path = External/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "External/drm-headers"]
path = External/drm-headers
url = https://github.com/FEX-Emu/drm-headers.git