diff options
| author | 2018-11-21 02:20:22 -0500 | |
|---|---|---|
| committer | 2018-11-21 03:43:41 -0500 | |
| commit | 3533d33ff5d76afe3a8ff67f586effc5f0a1831e (patch) | |
| tree | ad6745b06b9a078a94a6cffb7e49073448d0924a /.gitmodules | |
| parent | Merge pull request #1751 from bunnei/color-mask-fix (diff) | |
| download | yuzu-3533d33ff5d76afe3a8ff67f586effc5f0a1831e.tar.gz yuzu-3533d33ff5d76afe3a8ff67f586effc5f0a1831e.tar.xz yuzu-3533d33ff5d76afe3a8ff67f586effc5f0a1831e.zip | |
common: Remove dependency on xbyak
Xbyak is currently entirely unused. Rather than carting it along, remove
it and get rid of a dependency. If it's ever needed in the future, then
it can be re-added (and likely be more up to date at that point in
time).
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 2c044ed7d..a33a04167 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -13,9 +13,6 @@ | |||
| 13 | [submodule "dynarmic"] | 13 | [submodule "dynarmic"] |
| 14 | path = externals/dynarmic | 14 | path = externals/dynarmic |
| 15 | url = https://github.com/MerryMage/dynarmic.git | 15 | url = https://github.com/MerryMage/dynarmic.git |
| 16 | [submodule "xbyak"] | ||
| 17 | path = externals/xbyak | ||
| 18 | url = https://github.com/herumi/xbyak.git | ||
| 19 | [submodule "fmt"] | 16 | [submodule "fmt"] |
| 20 | path = externals/fmt | 17 | path = externals/fmt |
| 21 | url = https://github.com/fmtlib/fmt.git | 18 | url = https://github.com/fmtlib/fmt.git |