mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
38f93461d1
Moves glm and GSL to 3rdparty Moves libpng to 3rdparty
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
[submodule "wxWidgets"]
|
|
path = wxWidgets
|
|
url = https://github.com/wxWidgets/wxWidgets
|
|
ignore = dirty
|
|
[submodule "rpcs3-ffmpeg"]
|
|
path = 3rdparty/ffmpeg
|
|
url = https://github.com/hrydgard/ppsspp-ffmpeg
|
|
[submodule "asmjit"]
|
|
path = asmjit
|
|
url = https://github.com/kobalicek/asmjit
|
|
ignore = dirty
|
|
[submodule "llvm"]
|
|
path = llvm
|
|
url = https://github.com/llvm-mirror/llvm
|
|
branch = release_36
|
|
[submodule "minidx9"]
|
|
path = 3rdparty/minidx9
|
|
url = https://github.com/hrydgard/minidx9.git
|
|
[submodule "rsx_program_decompiler"]
|
|
path = rsx_program_decompiler
|
|
url = https://github.com/RPCS3/rsx_program_decompiler
|
|
[submodule "GSL"]
|
|
path = 3rdparty/GSL
|
|
url = https://github.com/Microsoft/GSL.git
|
|
[submodule "libpng"]
|
|
path = 3rdparty/libpng
|
|
url = https://github.com/RPCS3/libpng
|
|
[submodule "Vulkan/glslang"]
|
|
path = Vulkan/glslang
|
|
url = https://github.com/KhronosGroup/glslang.git
|
|
[submodule "Vulkan/Vulkan-LoaderAndValidationLayers"]
|
|
path = Vulkan/Vulkan-LoaderAndValidationLayers
|
|
url = https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers
|