mirror of
https://github.com/libretro/citra.git
synced 2024-11-23 08:19:52 +00:00
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
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:
commit
51d6e3bb88
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user