mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-11-23 03:09:55 +00:00
08aba86ca1
* Modules generation tool * apply clang format to generator * @whereismyfoodat suggestions * added reuse headers * reuse part2 * reuse part3 * reuse part3 * replace with hex_id the unknown functions to avoid compile errors with unknown characters from encode_id * fixes in generation * some sample module code from autogen tool * clang format fix
50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
# SPDX-FileCopyrightText: 2024 shadPS4 Emulator Project
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
[submodule "third-party/imgui"]
|
|
path = third-party/imgui
|
|
url = https://github.com/ocornut/imgui
|
|
shallow = true
|
|
[submodule "third-party/SDL"]
|
|
path = third-party/SDL
|
|
url = https://github.com/libsdl-org/SDL
|
|
shallow = true
|
|
[submodule "third-party/fmt"]
|
|
path = third-party/fmt
|
|
url = https://github.com/fmtlib/fmt.git
|
|
shallow = true
|
|
[submodule "third-party/spdlog"]
|
|
path = third-party/spdlog
|
|
url = https://github.com/gabime/spdlog
|
|
shallow = true
|
|
[submodule "third-party/magic_enum"]
|
|
path = third-party/magic_enum
|
|
url = https://github.com/Neargye/magic_enum.git
|
|
shallow = true
|
|
[submodule "third-party/zydis"]
|
|
path = third-party/zydis
|
|
url = https://github.com/zyantific/zydis.git
|
|
shallow = true
|
|
[submodule "third-party/winpthread"]
|
|
path = third-party/winpthread
|
|
url = https://github.com/shadps4/winpthread.git
|
|
branch = main
|
|
[submodule "third-party/discord-rpc"]
|
|
path = third-party/discord-rpc
|
|
url = https://github.com/discord/discord-rpc
|
|
[submodule "third-party/toml11"]
|
|
path = third-party/toml11
|
|
url = https://github.com/ToruNiina/toml11
|
|
branch = master
|
|
[submodule "third-party/xxHash"]
|
|
path = third-party/xxHash
|
|
url = https://github.com/Cyan4973/xxHash.git
|
|
branch = dev
|
|
[submodule "externals/ps4libdoc"]
|
|
path = externals/ps4libdoc
|
|
url = https://github.com/idc/ps4libdoc.git
|
|
branch = 9.00
|
|
[submodule "third-party/vulkan"]
|
|
path = third-party/vulkan
|
|
url = https://github.com/GPUCode/vulkan
|