mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00:00
fe1b0e70b9
This is in preparation to make it easy to compile with VS2015. Also there's notables changes in wxWidgets that we might find very useful, such as being able to create OpenGL debug contexts. The change in .gitmodules might make it necessary for people to run "git submodule sync" after pulling these changes
18 lines
460 B
Plaintext
18 lines
460 B
Plaintext
[submodule "wxWidgets"]
|
|
path = wxWidgets
|
|
url = https://github.com/RPCS3/wxWidgets.git
|
|
ignore = dirty
|
|
[submodule "rpcs3-ffmpeg"]
|
|
path = ffmpeg
|
|
url = https://github.com/hrydgard/ppsspp-ffmpeg
|
|
[submodule "asmjit"]
|
|
path = asmjit
|
|
url = https://github.com/kobalicekp/asmjit
|
|
[submodule "llvm"]
|
|
path = llvm
|
|
url = https://github.com/llvm-mirror/llvm.git
|
|
branch = release_35
|
|
[submodule "minidx9"]
|
|
path = minidx9
|
|
url = https://github.com/hrydgard/minidx9.git
|