e339153ede
Fixes TOTK crashes on Steam Deck and potentially VRAM leak issues Reviewed-on: http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/torzu-emu/torzu/pulls/21
60 lines
2.1 KiB
Text
60 lines
2.1 KiB
Text
# SPDX-FileCopyrightText: 2014 Citra Emulator Project
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
[submodule "enet"]
|
|
path = externals/enet
|
|
url = https://github.com/lsalzman/enet.git
|
|
[submodule "cubeb"]
|
|
path = externals/cubeb
|
|
url = https://github.com/mozilla/cubeb.git
|
|
[submodule "libusb"]
|
|
path = externals/libusb/libusb
|
|
url = https://github.com/libusb/libusb.git
|
|
[submodule "xbyak"]
|
|
path = externals/xbyak
|
|
url = https://github.com/herumi/xbyak.git
|
|
[submodule "opus"]
|
|
path = externals/opus
|
|
url = https://github.com/xiph/opus.git
|
|
[submodule "SDL"]
|
|
path = externals/SDL
|
|
url = https://github.com/libsdl-org/SDL.git
|
|
[submodule "cpp-httplib"]
|
|
path = externals/cpp-httplib
|
|
url = https://github.com/yhirose/cpp-httplib.git
|
|
[submodule "ffmpeg"]
|
|
path = externals/ffmpeg/ffmpeg
|
|
url = https://github.com/FFmpeg/FFmpeg.git
|
|
[submodule "vcpkg"]
|
|
path = externals/vcpkg
|
|
url = https://github.com/microsoft/vcpkg.git
|
|
[submodule "libadrenotools"]
|
|
path = externals/libadrenotools
|
|
url = https://github.com/bylaws/libadrenotools.git
|
|
[submodule "tzdb_to_nx"]
|
|
path = externals/nx_tzdb/tzdb_to_nx
|
|
url = https://github.com/lat9nq/tzdb_to_nx.git
|
|
[submodule "simpleini"]
|
|
path = externals/simpleini
|
|
url = https://github.com/brofield/simpleini.git
|
|
[submodule "oaknut"]
|
|
path = externals/oaknut
|
|
url = https://github.com/merryhime/oaknut
|
|
[submodule "externals/SPIRV-Headers"]
|
|
path = externals/SPIRV-Headers
|
|
url = https://github.com/KhronosGroup/SPIRV-Headers.git
|
|
[submodule "externals/SPIRV-Tools"]
|
|
path = externals/SPIRV-Tools
|
|
url = https://github.com/KhronosGroup/SPIRV-Tools.git
|
|
[submodule "externals/fmt"]
|
|
path = externals/fmt
|
|
url = https://github.com/fmtlib/fmt.git
|
|
[submodule "externals/Vulkan-Utility-Libraries"]
|
|
path = externals/Vulkan-Utility-Libraries
|
|
url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
|
|
[submodule "externals/VulkanMemoryAllocator"]
|
|
path = externals/VulkanMemoryAllocator
|
|
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
|
|
[submodule "externals/Vulkan-Headers"]
|
|
path = externals/Vulkan-Headers
|
|
url = https://github.com/KhronosGroup/Vulkan-Headers.git
|