mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-11-23 14:40:14 +00:00
50349db4c6
This requires implementing custom ASM dispatchers for the interpreter side of things so it works correctly. Allows all of our CPU backends to safely support signaling. This is a bit of a nightmare change and requires rethinking logic about debugging in some instances.
24 lines
819 B
Plaintext
24 lines
819 B
Plaintext
[submodule "External/vixl"]
|
|
shallow = true
|
|
path = External/vixl
|
|
url = https://github.com/Sonicadvance1/vixl.git
|
|
[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"]
|
|
shallow = true
|
|
path = External/xbyak
|
|
url = https://github.com/FEX-Emu/xbyak.git
|
|
[submodule "External/fex-posixtest-bins"]
|
|
path = External/fex-posixtest-bins
|
|
url = https://github.com/FEX-Emu/fex-posixtest-bins.git
|