shadPS4/.gitmodules
Stefanos Kornilios Mitsis Poiitidis afe8ee173e virt: WIP with zydis and xbyak
WIP: somewhat of a context pointer

WIP: Gets to a first ret, not sure if of a HLE function or not

WIP: preserve registers across calls, don't use refs for rip

WIP: Runs more stuff, gets to fist ymm usage now

WIP: more branching, ymms

WIP: fickup trampoline stack args

WIP: Add support for call [reg + (disp)]

WIP: Fix jmp handling

WIP: Merge call/jmp handling

WIP: Fixup stack setup

WIP: ƒ–PS4_SYSV_ABI in all possible trampolines

WIP: move abi push/pop to helpers, preserve rbx

WIP: Add back original loader to provide as an option
2023-10-31 16:05:40 +02:00

49 lines
1.4 KiB
Plaintext

[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/vulkan"]
path = third-party/vulkan
url = https://github.com/shadps4/vulkan.git
branch = main
[submodule "third-party/xxHash"]
path = third-party/xxHash
url = https://github.com/Cyan4973/xxHash.git
branch = dev
[submodule "third-party/xbyak"]
path = third-party/xbyak
url = https://github.com/herumi/xbyak.git
shallow = true
branch = v6.73