diff options
| author | 2018-11-21 08:05:14 -0800 | |
|---|---|---|
| committer | 2018-11-21 08:05:14 -0800 | |
| commit | 81e14c072a961591e699347c63ec16a290c4c4e2 (patch) | |
| tree | ad6745b06b9a078a94a6cffb7e49073448d0924a /.gitmodules | |
| parent | Merge pull request #1751 from bunnei/color-mask-fix (diff) | |
| parent | common: Remove dependency on xbyak (diff) | |
| download | yuzu-81e14c072a961591e699347c63ec16a290c4c4e2.tar.gz yuzu-81e14c072a961591e699347c63ec16a290c4c4e2.tar.xz yuzu-81e14c072a961591e699347c63ec16a290c4c4e2.zip | |
Merge pull request #1759 from lioncash/unused
common: Remove depencency on xbyak
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 |