crueter
5 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
3 changed files with
6 additions and
9 deletions
-
.gitmodules
-
externals/dynarmic/externals/CMakeLists.txt
-
externals/dynarmic/externals/xbyak
|
|
@ -49,9 +49,6 @@ |
|
|
[submodule "externals/dynarmic/externals/unordered_dense"] |
|
|
[submodule "externals/dynarmic/externals/unordered_dense"] |
|
|
path = externals/dynarmic/externals/unordered_dense |
|
|
path = externals/dynarmic/externals/unordered_dense |
|
|
url = https://github.com/Lizzie841/unordered_dense.git |
|
|
url = https://github.com/Lizzie841/unordered_dense.git |
|
|
[submodule "externals/dynarmic/externals/xbyak"] |
|
|
|
|
|
path = externals/dynarmic/externals/xbyak |
|
|
|
|
|
url = https://github.com/Lizzie841/xbyak.git |
|
|
|
|
|
[submodule "externals/dynarmic/externals/zycore-c"] |
|
|
[submodule "externals/dynarmic/externals/zycore-c"] |
|
|
path = externals/dynarmic/externals/zycore-c |
|
|
path = externals/dynarmic/externals/zycore-c |
|
|
url = https://github.com/zyantific/zycore-c.git |
|
|
url = https://github.com/zyantific/zycore-c.git |
|
|
|
|
|
@ -64,12 +64,13 @@ if (NOT TARGET ankerl::unordered_dense) |
|
|
endif() |
|
|
endif() |
|
|
|
|
|
|
|
|
# xbyak |
|
|
# xbyak |
|
|
|
|
|
# uncomment if in an independent repo. |
|
|
|
|
|
|
|
|
if (NOT TARGET xbyak::xbyak) |
|
|
|
|
|
if ("x86_64" IN_LIST ARCHITECTURE) |
|
|
|
|
|
add_subdirectory(xbyak) |
|
|
|
|
|
endif() |
|
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
# if (NOT TARGET xbyak::xbyak) |
|
|
|
|
|
# if ("x86_64" IN_LIST ARCHITECTURE) |
|
|
|
|
|
# add_subdirectory(xbyak) |
|
|
|
|
|
# endif() |
|
|
|
|
|
# endif() |
|
|
|
|
|
|
|
|
# zydis |
|
|
# zydis |
|
|
|
|
|
|
|
|
|
|
|
@ -1 +0,0 @@ |
|
|
Subproject commit 12557954c68a780563f9ab9fc24a3a156c96cba1 |
|
|
|