diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-05-30 03:38:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 03:38:34 +0200 |
commit | 9d9ffe0f9461ffa3b2e183b17a08953ada0ee91b (patch) | |
tree | 8349fdcf0167f5ee4534aa3a679fc872d4d604f1 /.gitmodules | |
parent | Merge pull request #4007 from ReinUsesLisp/reduce-logs (diff) | |
parent | Add xbyak external (diff) | |
download | yuzu-9d9ffe0f9461ffa3b2e183b17a08953ada0ee91b.tar yuzu-9d9ffe0f9461ffa3b2e183b17a08953ada0ee91b.tar.gz yuzu-9d9ffe0f9461ffa3b2e183b17a08953ada0ee91b.tar.bz2 yuzu-9d9ffe0f9461ffa3b2e183b17a08953ada0ee91b.tar.lz yuzu-9d9ffe0f9461ffa3b2e183b17a08953ada0ee91b.tar.xz yuzu-9d9ffe0f9461ffa3b2e183b17a08953ada0ee91b.tar.zst yuzu-9d9ffe0f9461ffa3b2e183b17a08953ada0ee91b.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index bf3b80d59..2ec9dda62 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "libzip"] path = externals/libzip/libzip url = https://github.com/nih-at/libzip.git +[submodule "xbyak"] + path = externals/xbyak + url = https://github.com/herumi/xbyak.git |