diff options
| author | 2018-01-16 11:56:14 -0500 | |
|---|---|---|
| committer | 2018-01-16 11:56:14 -0500 | |
| commit | f53dc4c9d6ab7ae8e90d7375ef76935ffbea93a1 (patch) | |
| tree | 16416d266d5467e7cb5fdb5e8c88ad317dd54b3f /.gitmodules | |
| parent | Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39) (diff) | |
| parent | Build: Automagically handle unicorn (diff) | |
| download | yuzu-f53dc4c9d6ab7ae8e90d7375ef76935ffbea93a1.tar.gz yuzu-f53dc4c9d6ab7ae8e90d7375ef76935ffbea93a1.tar.xz yuzu-f53dc4c9d6ab7ae8e90d7375ef76935ffbea93a1.zip | |
Merge pull request #31 from jroweboy/fix-deploy
Build/Deploy Updates to Setup Nightly Builds
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 07479dd78..d5a7ade4f 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -19,3 +19,6 @@ | |||
| 19 | [submodule "lz4"] | 19 | [submodule "lz4"] |
| 20 | path = externals/lz4 | 20 | path = externals/lz4 |
| 21 | url = http://github.com/lz4/lz4.git | 21 | url = http://github.com/lz4/lz4.git |
| 22 | [submodule "unicorn"] | ||
| 23 | path = externals/unicorn | ||
| 24 | url = https://github.com/yuzu-emu/unicorn | ||