mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
9e753e1ffd
and add 'ignore = dirty' to faudio submodule
59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
Plaintext
[submodule "rpcs3-ffmpeg"]
|
|
path = 3rdparty/ffmpeg
|
|
url = https://github.com/hrydgard/ppsspp-ffmpeg
|
|
ignore = dirty
|
|
[submodule "asmjit"]
|
|
path = asmjit
|
|
url = https://github.com/kobalicek/asmjit
|
|
ignore = dirty
|
|
[submodule "llvm"]
|
|
path = llvm
|
|
url = https://github.com/RPCS3/llvm
|
|
branch = release_60
|
|
ignore = dirty
|
|
[submodule "GSL"]
|
|
path = 3rdparty/GSL
|
|
url = https://github.com/Microsoft/GSL.git
|
|
ignore = dirty
|
|
[submodule "Vulkan/glslang"]
|
|
path = Vulkan/glslang
|
|
url = https://github.com/KhronosGroup/glslang.git
|
|
ignore = dirty
|
|
[submodule "3rdparty/cereal"]
|
|
path = 3rdparty/cereal
|
|
url = https://github.com/USCiLab/cereal.git
|
|
ignore = dirty
|
|
[submodule "3rdparty/zlib"]
|
|
path = 3rdparty/zlib
|
|
url = https://github.com/madler/zlib
|
|
ignore = dirty
|
|
[submodule "3rdparty/hidapi"]
|
|
path = 3rdparty/hidapi
|
|
url = https://github.com/RPCS3/hidapi
|
|
branch = master
|
|
ignore = dirty
|
|
[submodule "3rdparty/pugixml"]
|
|
path = 3rdparty/pugixml
|
|
url = https://github.com/zeux/pugixml
|
|
ignore = dirty
|
|
[submodule "3rdparty/xxHash"]
|
|
path = 3rdparty/xxHash
|
|
url = https://github.com/Cyan4973/xxHash
|
|
ignore = dirty
|
|
[submodule "3rdparty/yaml-cpp"]
|
|
path = 3rdparty/yaml-cpp
|
|
url = https://github.com/jbeder/yaml-cpp.git
|
|
ignore = dirty
|
|
[submodule "3rdparty/libpng"]
|
|
path = 3rdparty/libpng
|
|
url = https://github.com/glennrp/libpng.git
|
|
ignore = dirty
|
|
[submodule "3rdparty/libusb"]
|
|
path = 3rdparty/libusb
|
|
url = https://github.com/RPCS3/libusb.git
|
|
ignore = dirty
|
|
[submodule "3rdparty/FAudio"]
|
|
path = 3rdparty/FAudio
|
|
url = https://github.com/FNA-XNA/FAudio.git
|
|
ignore = dirty
|