ppsspp/.gitmodules
Henrik Rydgard 8684180620 Add ppsspp-glslang as a submodule (shader compiler for future Vulkan support)
This also adds a Windows project file, for building it.
2016-02-17 21:38:35 +01:00

19 lines
547 B
Plaintext

[submodule "pspautotests"]
path = pspautotests
url = https://github.com/hrydgard/pspautotests.git
[submodule "lang"]
path = lang
url = https://github.com/hrydgard/ppsspp-lang.git
[submodule "ffmpeg"]
path = ffmpeg
url = https://github.com/hrydgard/ppsspp-ffmpeg.git
[submodule "dx9sdk"]
path = dx9sdk
url = https://github.com/hrydgard/minidx9.git
[submodule "ext/armips"]
path = ext/armips
url = https://github.com/Kingcom/armips
[submodule "ext/ppsspp-glslang"]
path = ext/glslang
url = https://github.com/hrydgard/ppsspp-glslang.git