mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-04 06:06:00 +00:00
git: Enable shallow checkout for submodules
This commit is contained in:
parent
b649d2b263
commit
4095f2abec
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,18 +1,24 @@
|
||||||
[submodule "third-party/imgui"]
|
[submodule "third-party/imgui"]
|
||||||
path = third-party/imgui
|
path = third-party/imgui
|
||||||
url = https://github.com/ocornut/imgui
|
url = https://github.com/ocornut/imgui
|
||||||
|
shallow = true
|
||||||
[submodule "third-party/SDL"]
|
[submodule "third-party/SDL"]
|
||||||
path = third-party/SDL
|
path = third-party/SDL
|
||||||
url = https://github.com/libsdl-org/SDL
|
url = https://github.com/libsdl-org/SDL
|
||||||
|
shallow = true
|
||||||
[submodule "third-party/fmt"]
|
[submodule "third-party/fmt"]
|
||||||
path = third-party/fmt
|
path = third-party/fmt
|
||||||
url = https://github.com/fmtlib/fmt.git
|
url = https://github.com/fmtlib/fmt.git
|
||||||
|
shallow = true
|
||||||
[submodule "third-party/spdlog"]
|
[submodule "third-party/spdlog"]
|
||||||
path = third-party/spdlog
|
path = third-party/spdlog
|
||||||
url = https://github.com/gabime/spdlog
|
url = https://github.com/gabime/spdlog
|
||||||
|
shallow = true
|
||||||
[submodule "third-party/magic_enum"]
|
[submodule "third-party/magic_enum"]
|
||||||
path = third-party/magic_enum
|
path = third-party/magic_enum
|
||||||
url = https://github.com/Neargye/magic_enum.git
|
url = https://github.com/Neargye/magic_enum.git
|
||||||
|
shallow = true
|
||||||
[submodule "third-party/zydis"]
|
[submodule "third-party/zydis"]
|
||||||
path = third-party/zydis
|
path = third-party/zydis
|
||||||
url = https://github.com/zyantific/zydis.git
|
url = https://github.com/zyantific/zydis.git
|
||||||
|
shallow = true
|
||||||
|
|
Loading…
Reference in a new issue