mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Make all the submodule paths https as this works better for some. Fixes #1714.
This commit is contained in:
+3
-3
@@ -1,12 +1,12 @@
|
||||
[submodule "native"]
|
||||
path = native
|
||||
url = https://github.com/hrydgard/native.git
|
||||
url = https://github.com/hrydgard/native.git
|
||||
[submodule "pspautotests"]
|
||||
path = pspautotests
|
||||
url = https://github.com/hrydgard/pspautotests.git
|
||||
[submodule "lang"]
|
||||
path = lang
|
||||
url = git://github.com/hrydgard/ppsspp-lang.git
|
||||
url = https://github.com/hrydgard/ppsspp-lang.git
|
||||
[submodule "ffmpeg"]
|
||||
path = ffmpeg
|
||||
url = git://github.com/hrydgard/ppsspp-ffmpeg
|
||||
url = https://github.com/hrydgard/ppsspp-ffmpeg.git
|
||||
|
||||
Reference in New Issue
Block a user