From 998f496cf8f2a4c4f018a0794da3d1ad43827412 Mon Sep 17 00:00:00 2001 From: Producdevity Date: Wed, 30 Jul 2025 15:33:59 +0200 Subject: [PATCH] fix: remove SDL, ffmpeg and duplicate xbyak entries from .gitmodules to match master --- .gitmodules | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1a6e6574a3..10f9f7de96 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,19 +12,13 @@ url = https://github.com/KhronosGroup/Vulkan-Headers.git [submodule "xbyak"] path = externals/xbyak - url = https://github.com/herumi/xbyak.git + url = https://github.com/Lizzie841/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 @@ -49,9 +43,6 @@ [submodule "externals/dynarmic/externals/unordered_dense"] path = externals/dynarmic/externals/unordered_dense url = https://github.com/Lizzie841/unordered_dense.git -[submodule "externals/dynarmic/externals/xbyak"] - path = externals/dynarmic/externals/xbyak - url = https://github.com/herumi/xbyak.git [submodule "externals/dynarmic/externals/zycore-c"] path = externals/dynarmic/externals/zycore-c url = https://github.com/zyantific/zycore-c.git