2021-10-31 21:54:56 +03:00
|
|
|
[submodule "{fmt}"]
|
2019-07-24 23:19:43 +03:00
|
|
|
path = app/libraries/fmt
|
|
|
|
url = https://github.com/fmtlib/fmt
|
2021-10-31 21:54:56 +03:00
|
|
|
[submodule "Oboe"]
|
2020-01-02 23:19:34 +03:00
|
|
|
path = app/libraries/oboe
|
|
|
|
url = https://github.com/google/oboe
|
|
|
|
branch = 1.3-stable
|
2021-10-31 21:54:56 +03:00
|
|
|
[submodule "LZ4"]
|
2020-06-25 18:51:05 +03:00
|
|
|
path = app/libraries/lz4
|
|
|
|
url = https://github.com/lz4/lz4.git
|
2021-10-31 21:54:56 +03:00
|
|
|
[submodule "Frozen"]
|
2020-09-17 23:38:23 +03:00
|
|
|
path = app/libraries/frozen
|
|
|
|
url = https://github.com/serge-sans-paille/frozen
|
2021-10-31 21:54:56 +03:00
|
|
|
[submodule "tzcode"]
|
2021-03-03 23:40:16 +03:00
|
|
|
path = app/libraries/tzcode
|
2021-03-21 16:01:29 +03:00
|
|
|
url = https://github.com/skyline-emu/tz
|
2021-03-03 23:40:16 +03:00
|
|
|
branch = master
|
2021-10-31 21:54:56 +03:00
|
|
|
[submodule "Perfetto"]
|
2021-03-11 21:41:12 +03:00
|
|
|
path = app/libraries/perfetto
|
|
|
|
url = https://android.googlesource.com/platform/external/perfetto
|
|
|
|
branch = releases/v12.x
|
2021-10-31 21:54:56 +03:00
|
|
|
[submodule "Vulkan-Hpp"]
|
2021-03-26 21:12:19 +03:00
|
|
|
path = app/libraries/vkhpp
|
|
|
|
url = https://github.com/KhronosGroup/Vulkan-Hpp
|
2021-10-31 21:54:56 +03:00
|
|
|
[submodule "Vulkan Memory Allocator"]
|
2021-05-22 19:31:22 +03:00
|
|
|
path = app/libraries/vkma
|
|
|
|
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
|
2021-10-31 21:54:56 +03:00
|
|
|
[submodule "Mbed TLS"]
|
2021-07-11 21:17:59 +03:00
|
|
|
path = app/libraries/mbedtls
|
|
|
|
url = https://github.com/ARMmbed/mbedtls
|
2021-10-31 21:54:56 +03:00
|
|
|
[submodule "Opus"]
|
2021-07-14 17:28:02 +03:00
|
|
|
path = app/libraries/opus
|
|
|
|
url = https://github.com/xiph/opus
|
2021-10-31 21:54:56 +03:00
|
|
|
[submodule "Boost"]
|
2021-08-20 22:57:22 +03:00
|
|
|
path = app/libraries/boost
|
2022-04-04 15:56:06 +03:00
|
|
|
url = https://github.com/skyline-emu/boost.git
|
2021-10-18 17:59:03 +03:00
|
|
|
ignore = all
|
2021-10-31 21:54:56 +03:00
|
|
|
[submodule "LLVM"]
|
|
|
|
path = app/libraries/llvm
|
|
|
|
url = https://github.com/llvm/llvm-project.git
|
|
|
|
shallow = true
|
2021-11-21 10:25:33 +03:00
|
|
|
[submodule "C++ Range v3"]
|
|
|
|
path = app/libraries/range
|
|
|
|
url = https://github.com/ericniebler/range-v3
|
2021-11-21 10:35:18 +03:00
|
|
|
[submodule "Sirit"]
|
|
|
|
path = app/libraries/sirit
|
2022-11-25 15:28:12 +03:00
|
|
|
url = https://github.com/yuzu-emu/sirit
|
2021-11-21 11:06:39 +03:00
|
|
|
[submodule "Shader Compiler"]
|
|
|
|
path = app/libraries/shader-compiler
|
|
|
|
url = https://github.com/skyline-emu/shader-compiler.git
|
2022-01-12 23:45:05 +03:00
|
|
|
[submodule "libadrenotools"]
|
|
|
|
path = app/libraries/adrenotools
|
|
|
|
url = https://github.com/bylaws/libadrenotools/
|
2022-10-22 00:48:02 +03:00
|
|
|
[submodule "app/libraries/robin-map"]
|
|
|
|
path = app/libraries/robin-map
|
|
|
|
url = https://github.com/Tessil/robin-map
|
2022-12-03 22:50:53 +03:00
|
|
|
[submodule "app/libraries/thread-pool"]
|
|
|
|
path = app/libraries/thread-pool
|
|
|
|
url = https://github.com/bshoshany/thread-pool.git
|
2023-03-15 20:49:17 +03:00
|
|
|
[submodule "app/libraries/cubeb"]
|
|
|
|
path = app/libraries/cubeb
|
|
|
|
url = https://github.com/skyline-emu/cubeb
|
|
|
|
[submodule "app/libraries/audio-core"]
|
|
|
|
path = app/libraries/audio-core
|
|
|
|
url = https://github.com/skyline-emu/audio-core
|