summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar bunnei2019-04-11 21:54:23 -0400
committerGravatar GitHub2019-04-11 21:54:23 -0400
commitea80e2bc57d16c9b4f3478706af262ffaec75c04 (patch)
treef9ad24acd557dfbda4387776af0e535edf68c60b /.gitmodules
parentMerge pull request #2360 from lioncash/svc-global (diff)
parentvk_shader_decompiler: Implement flow primitives (diff)
downloadyuzu-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--.gitmodules3
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