mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-11-23 03:09:55 +00:00
f068f13e4a
* ajm: Initial ajm implementation * AJM code improvements (#1453) * Fix sideband buffer order (#1454) * ajm: Attempt to add gapless support * ajm_at9: Return superframes decoded in a single job * WIP (#1460) * Fix gapless decode and combine split buffers * Fixed linux build * fix number of samples reported with gapless decoding * fixed number of remaining samples calculation should fix the small crackling sounds that play every now and again * refactor half ajm * refactored most of ajm * refactored ajm * clang-format, in-repo libatrac9, removed debug stuff --------- Co-authored-by: auser1337 <aaravsandhu10@outlook.com> Co-authored-by: Vladislav Mikhalin <mikhalinvlad@gmail.com> Co-authored-by: IndecisiveTurtle <geoster3d@gmail.com>
105 lines
3.2 KiB
Plaintext
105 lines
3.2 KiB
Plaintext
[submodule "externals/cryptopp-cmake"]
|
|
path = externals/cryptopp-cmake
|
|
url = https://github.com/shadps4-emu/ext-cryptopp-cmake.git
|
|
shallow = true
|
|
[submodule "externals/cryptopp"]
|
|
path = externals/cryptopp
|
|
url = https://github.com/shadps4-emu/ext-cryptopp.git
|
|
shallow = true
|
|
[submodule "externals/cryptoppwin"]
|
|
path = externals/cryptoppwin
|
|
url = https://github.com/shadps4-emu/ext-cryptoppwin.git
|
|
shallow = true
|
|
[submodule "externals/zlib-ng"]
|
|
path = externals/zlib-ng
|
|
url = https://github.com/shadps4-emu/ext-zlib-ng.git
|
|
shallow = true
|
|
[submodule "externals/sdl3"]
|
|
path = externals/sdl3
|
|
url = https://github.com/shadps4-emu/ext-SDL.git
|
|
shallow = true
|
|
[submodule "externals/fmt"]
|
|
path = externals/fmt
|
|
url = https://github.com/shadps4-emu/ext-fmt.git
|
|
shallow = true
|
|
[submodule "externals/vulkan-headers"]
|
|
path = externals/vulkan-headers
|
|
url = https://github.com/KhronosGroup/Vulkan-Headers.git
|
|
shallow = true
|
|
[submodule "externals/vma"]
|
|
path = externals/vma
|
|
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
|
|
shallow = true
|
|
[submodule "externals/glslang"]
|
|
path = externals/glslang
|
|
url = https://github.com/KhronosGroup/glslang.git
|
|
shallow = true
|
|
[submodule "externals/robin-map"]
|
|
path = externals/robin-map
|
|
url = https://github.com/Tessil/robin-map.git
|
|
shallow = true
|
|
[submodule "externals/xbyak"]
|
|
path = externals/xbyak
|
|
url = https://github.com/herumi/xbyak.git
|
|
shallow = true
|
|
[submodule "externals/winpthreads"]
|
|
path = externals/winpthreads
|
|
url = https://github.com/shadps4-emu/winpthreads.git
|
|
shallow = true
|
|
[submodule "externals/magic_enum"]
|
|
path = externals/magic_enum
|
|
url = https://github.com/Neargye/magic_enum.git
|
|
shallow = true
|
|
[submodule "externals/toml11"]
|
|
path = externals/toml11
|
|
url = https://github.com/ToruNiina/toml11.git
|
|
shallow = true
|
|
[submodule "externals/zydis"]
|
|
path = externals/zydis
|
|
url = https://github.com/zyantific/zydis.git
|
|
shallow = true
|
|
[submodule "externals/sirit"]
|
|
path = externals/sirit
|
|
url = https://github.com/shadps4-emu/sirit.git
|
|
shallow = true
|
|
[submodule "externals/xxhash"]
|
|
path = externals/xxhash
|
|
url = https://github.com/Cyan4973/xxHash.git
|
|
shallow = true
|
|
[submodule "externals/tracy"]
|
|
path = externals/tracy
|
|
url = https://github.com/shadps4-emu/tracy.git
|
|
shallow = true
|
|
[submodule "externals/ext-boost"]
|
|
path = externals/ext-boost
|
|
url = https://github.com/shadps4-emu/ext-boost.git
|
|
shallow = true
|
|
[submodule "externals/date"]
|
|
path = externals/date
|
|
url = https://github.com/HowardHinnant/date.git
|
|
shallow = true
|
|
[submodule "externals/ffmpeg-core"]
|
|
path = externals/ffmpeg-core
|
|
url = https://github.com/shadps4-emu/ext-ffmpeg-core.git
|
|
shallow = true
|
|
[submodule "externals/half"]
|
|
path = externals/half
|
|
url = https://github.com/ROCm/half.git
|
|
shallow = true
|
|
[submodule "externals/dear_imgui"]
|
|
path = externals/dear_imgui
|
|
url = https://github.com/shadps4-emu/ext-imgui.git
|
|
shallow = true
|
|
branch = docking
|
|
[submodule "externals/pugixml"]
|
|
path = externals/pugixml
|
|
url = https://github.com/zeux/pugixml.git
|
|
shallow = true
|
|
[submodule "externals/discord-rpc"]
|
|
path = externals/discord-rpc
|
|
url = https://github.com/shadps4-emu/ext-discord-rpc.git
|
|
shallow = true
|
|
[submodule "externals/LibAtrac9"]
|
|
path = externals/LibAtrac9
|
|
url = https://github.com/shadps4-emu/ext-LibAtrac9.git
|