diff options
| author | 2023-02-28 11:39:32 -0500 | |
|---|---|---|
| committer | 2023-02-28 11:39:32 -0500 | |
| commit | b44527a25908e54b26ce2a4e9fcdf45f36e64993 (patch) | |
| tree | 266b2fdff13b1b1e0dfb3faf1cb695ad0240194b /.gitmodules | |
| parent | Merge pull request #9844 from abouvier/jwt-fix (diff) | |
| parent | externals: use openssl from vcpkg (diff) | |
| download | yuzu-b44527a25908e54b26ce2a4e9fcdf45f36e64993.tar.gz yuzu-b44527a25908e54b26ce2a4e9fcdf45f36e64993.tar.xz yuzu-b44527a25908e54b26ce2a4e9fcdf45f36e64993.zip | |
Merge pull request #9851 from abouvier/openssl-vcpkg
externals: use openssl from vcpkg
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 8e98ee9cb..75c7b5fe0 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -13,9 +13,6 @@ | |||
| 13 | [submodule "dynarmic"] | 13 | [submodule "dynarmic"] |
| 14 | path = externals/dynarmic | 14 | path = externals/dynarmic |
| 15 | url = https://github.com/MerryMage/dynarmic.git | 15 | url = https://github.com/MerryMage/dynarmic.git |
| 16 | [submodule "libressl"] | ||
| 17 | path = externals/libressl | ||
| 18 | url = https://github.com/citra-emu/ext-libressl-portable.git | ||
| 19 | [submodule "libusb"] | 16 | [submodule "libusb"] |
| 20 | path = externals/libusb/libusb | 17 | path = externals/libusb/libusb |
| 21 | url = https://github.com/libusb/libusb.git | 18 | url = https://github.com/libusb/libusb.git |