diff options
| author | 2019-04-11 21:54:23 -0400 | |
|---|---|---|
| committer | 2019-04-11 21:54:23 -0400 | |
| commit | ea80e2bc57d16c9b4f3478706af262ffaec75c04 (patch) | |
| tree | f9ad24acd557dfbda4387776af0e535edf68c60b /.gitmodules | |
| parent | Merge pull request #2360 from lioncash/svc-global (diff) | |
| parent | vk_shader_decompiler: Implement flow primitives (diff) | |
| download | yuzu-ea80e2bc57d16c9b4f3478706af262ffaec75c04.tar.gz yuzu-ea80e2bc57d16c9b4f3478706af262ffaec75c04.tar.xz yuzu-ea80e2bc57d16c9b4f3478706af262ffaec75c04.zip | |
Merge pull request #2235 from ReinUsesLisp/spirv-decompiler
vk_shader_decompiler: Implement a SPIR-V decompiler
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 26b4e5272..3a49c4874 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -43,3 +43,6 @@ | |||
| 43 | [submodule "externals/zstd"] | 43 | [submodule "externals/zstd"] |
| 44 | path = externals/zstd | 44 | path = externals/zstd |
| 45 | url = https://github.com/facebook/zstd | 45 | url = https://github.com/facebook/zstd |
| 46 | [submodule "sirit"] | ||
| 47 | path = externals/sirit | ||
| 48 | url = https://github.com/ReinUsesLisp/sirit | ||