summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar bunnei2018-08-04 14:33:11 -0400
committerGravatar GitHub2018-08-04 14:33:11 -0400
commit2b06301dbfbfe79687219bf7783a6d1b47695401 (patch)
tree222cc27ecbc7f7e86d2edef8d36436600dee7d7a /.gitmodules
parentMerge pull request #919 from lioncash/sign (diff)
parentAdd missing parameter to files.push_back() (diff)
downloadyuzu-2b06301dbfbfe79687219bf7783a6d1b47695401.tar.gz
yuzu-2b06301dbfbfe79687219bf7783a6d1b47695401.tar.xz
yuzu-2b06301dbfbfe79687219bf7783a6d1b47695401.zip
Merge pull request #849 from DarkLordZach/xci
XCI and Encrypted NCA Support
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 0f94613c4..4f4e8690b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -25,6 +25,9 @@
25[submodule "unicorn"] 25[submodule "unicorn"]
26 path = externals/unicorn 26 path = externals/unicorn
27 url = https://github.com/yuzu-emu/unicorn 27 url = https://github.com/yuzu-emu/unicorn
28[submodule "mbedtls"]
29 path = externals/mbedtls
30 url = https://github.com/DarkLordZach/mbedtls
28[submodule "opus"] 31[submodule "opus"]
29 path = externals/opus 32 path = externals/opus
30 url = https://github.com/ogniK5377/opus.git 33 url = https://github.com/ogniK5377/opus.git