Merge pull request #130 from jonian/fix_submodules
Some checks failed
citra-ci / clang-format (push) Has been cancelled
citra-ci / build (linux-fresh) (push) Has been cancelled
citra-ci / build (linux-frozen) (push) Has been cancelled
citra-ci / build (linux-mingw) (push) Has been cancelled
citra-ci / macos (push) Has been cancelled
citra-ci / windows (push) Has been cancelled
citra-ci / transifex (push) Has been cancelled
citra-ci / release (push) Has been cancelled

Replace removed submodules from citra-emu
This commit is contained in:
Eric Warmenhoven 2024-11-11 03:13:44 -05:00 committed by GitHub
commit 51d6e3bb88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
.gitmodules vendored
View File

@ -6,13 +6,13 @@
url = https://github.com/libretro-fork/nihstro.git
[submodule "soundtouch"]
path = externals/soundtouch
url = https://github.com/citra-emu/ext-soundtouch.git
url = https://github.com/rtiangha/ext-soundtouch.git
[submodule "catch"]
path = externals/catch
url = https://github.com/philsquared/Catch.git
[submodule "dynarmic"]
path = externals/dynarmic
url = https://github.com/citra-emu/dynarmic.git
url = https://github.com/rtiangha/dynarmic-old.git
[submodule "xbyak"]
path = externals/xbyak
url = https://github.com/herumi/xbyak.git
@ -30,7 +30,7 @@
url = https://github.com/benhoyt/inih.git
[submodule "libressl"]
path = externals/libressl
url = https://github.com/citra-emu/ext-libressl-portable.git
url = https://github.com/PabloMK7/ext-libressl-portable.git
[submodule "libusb"]
path = externals/libusb/libusb
url = https://github.com/libusb/libusb.git