Compare commits

...

7 Commits

Author SHA1 Message Date
swurl
db0e23775c remove merge leftover
Signed-off-by: swurl <swurl@swurl.xyz>
2025-05-31 02:47:04 -04:00
swurl
18831133cc Merge branch 'master' into fast-modules
Signed-off-by: swurl <swurl@swurl.xyz>
2025-05-31 02:37:57 -04:00
swurl
c92942eb2c breakpad & oboe
Signed-off-by: swurl <swurl@swurl.xyz>
2025-05-31 00:42:33 -04:00
swurl
94e11610ca last thing?
Signed-off-by: swurl <swurl@swurl.xyz>
2025-05-31 00:35:46 -04:00
swurl
b3458fdc4e update dynarmic
Signed-off-by: swurl <swurl@swurl.xyz>
2025-05-31 00:23:19 -04:00
swurl
62e1cc861c update discord-rpc
Signed-off-by: swurl <swurl@swurl.xyz>
2025-05-31 00:13:55 -04:00
swurl
ee09a86513 use faster submodule urls (github etc)
Signed-off-by: swurl <swurl@swurl.xyz>
2025-05-31 00:04:55 -04:00

26
.gitmodules vendored
View File

@@ -3,43 +3,43 @@
[submodule "cubeb"]
path = externals/cubeb
url = https://git.eden-emu.dev/eden-emu/cubeb.git
url = https://github.com/mozilla/cubeb.git
[submodule "libusb"]
path = externals/libusb/libusb
url = https://git.eden-emu.dev/eden-emu/libusb.git
url = https://github.com/libusb/libusb.git
[submodule "Vulkan-Headers"]
path = externals/Vulkan-Headers
url = https://git.eden-emu.dev/eden-emu/Vulkan-Headers.git
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "xbyak"]
path = externals/xbyak
url = https://git.eden-emu.dev/eden-emu/xbyak.git
url = https://github.com/herumi/xbyak.git
[submodule "opus"]
path = externals/opus
url = https://git.eden-emu.dev/eden-emu/opus.git
url = https://github.com/xiph/opus.git
[submodule "SDL"]
path = externals/SDL
url = https://git.eden-emu.dev/eden-emu/SDL.git
url = https://github.com/libsdl-org/SDL.git
[submodule "cpp-httplib"]
path = externals/cpp-httplib
url = https://git.eden-emu.dev/eden-emu/cpp-httplib.git
url = https://github.com/yhirose/cpp-httplib.git
[submodule "ffmpeg"]
path = externals/ffmpeg/ffmpeg
url = https://git.eden-emu.dev/eden-emu/FFmpeg.git
url = https://git.ffmpeg.org/ffmpeg.git
[submodule "vcpkg"]
path = externals/vcpkg
url = https://git.eden-emu.dev/eden-emu/vcpkg.git
url = https://github.com/microsoft/vcpkg.git
[submodule "cpp-jwt"]
path = externals/cpp-jwt
url = https://git.eden-emu.dev/eden-emu/cpp-jwt.git
url = https://github.com/arun11299/cpp-jwt.git
[submodule "VulkanMemoryAllocator"]
path = externals/VulkanMemoryAllocator
url = https://git.eden-emu.dev/eden-emu/VulkanMemoryAllocator.git
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "Vulkan-Utility-Libraries"]
path = externals/Vulkan-Utility-Libraries
url = https://git.eden-emu.dev/eden-emu/Vulkan-Utility-Libraries.git
url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
[submodule "externals/boost-headers"]
path = externals/boost-headers
url = https://git.eden-emu.dev/eden-emu/headers.git
url = https://github.com/boostorg/headers.git
[submodule "externals/dynarmic/externals/catch"]
path = externals/dynarmic/externals/catch
url = https://github.com/catchorg/Catch2.git