externals: Switch back to upstream dynarmic

* Thanks mary for the quickfix
This commit is contained in:
GPUCode
2023-02-11 17:28:52 +02:00
parent 96effa46e4
commit 6ba83db6dd
3 changed files with 3 additions and 4 deletions

2
.gitmodules vendored
View File

@ -12,7 +12,7 @@
url = https://github.com/catchorg/Catch2
[submodule "dynarmic"]
path = externals/dynarmic
url = https://github.com/GPUCode/dynarmic.git
url = https://github.com/merryhime/dynarmic.git
[submodule "xbyak"]
path = externals/xbyak
url = https://github.com/herumi/xbyak.git

View File

@ -62,7 +62,6 @@ endif()
# Dynarmic
if ("x86_64" IN_LIST ARCHITECTURE OR "arm64" IN_LIST ARCHITECTURE)
set(DYNARMIC_TESTS OFF)
set(DYNARMIC_NO_BUNDLED_FMT ON)
set(DYNARMIC_FRONTENDS "A32")
add_subdirectory(dynarmic)
endif()