Vendor xbyak (#818)

This commit is contained in:
wheremyfoodat
2025-11-24 01:13:44 +02:00
committed by GitHub
parent 4e894bcbe9
commit bd9363ddc4
2 changed files with 4 additions and 4 deletions

6
.gitmodules vendored
View File

@@ -4,9 +4,6 @@
[submodule "third_party/cryptopp/cryptopp"] [submodule "third_party/cryptopp/cryptopp"]
path = third_party/cryptopp/cryptopp path = third_party/cryptopp/cryptopp
url = https://github.com/weidai11/cryptopp url = https://github.com/weidai11/cryptopp
[submodule "third_party/xbyak"]
path = third_party/xbyak
url = https://github.com/herumi/xbyak
[submodule "third_party/toml11"] [submodule "third_party/toml11"]
path = third_party/toml11 path = third_party/toml11
url = https://github.com/ToruNiina/toml11 url = https://github.com/ToruNiina/toml11
@@ -80,3 +77,6 @@
[submodule "third_party/capstone"] [submodule "third_party/capstone"]
path = third_party/capstone path = third_party/capstone
url = https://github.com/Panda3DS-emu/capstone url = https://github.com/Panda3DS-emu/capstone
[submodule "third_party/xbyak"]
path = third_party/xbyak
url = https://github.com/Panda3DS-emu/xbyak