From 06b3bed49a2dff1e680ea9c847c09703c26518bf Mon Sep 17 00:00:00 2001 From: PabloMK7 Date: Mon, 4 Mar 2024 22:35:41 +0100 Subject: [PATCH] Update .gitmodules --- .ci/source.sh | 2 +- .gitmodules | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.ci/source.sh b/.ci/source.sh index 16d9e04ea..76f92f10d 100755 --- a/.ci/source.sh +++ b/.ci/source.sh @@ -9,7 +9,7 @@ COMPAT_LIST='dist/compatibility_list/compatibility_list.json' mkdir artifacts pip3 install git-archive-all -wget -q https://api.citra-emu.org/gamedb -O "${COMPAT_LIST}" +touch "${COMPAT_LIST}" git describe --abbrev=0 --always HEAD > GIT-COMMIT git describe --tags HEAD > GIT-TAG || echo 'unknown' > GIT-TAG git archive-all --include "${COMPAT_LIST}" --include GIT-COMMIT --include GIT-TAG --force-submodules artifacts/"${REV_NAME}.tar" diff --git a/.gitmodules b/.gitmodules index 1b72ddb32..ec51ef445 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "boost"] path = externals/boost - url = https://github.com/citra-emu/ext-boost.git + url = https://github.com/PabloMK7/ext-boost.git [submodule "nihstro"] path = externals/nihstro url = https://github.com/neobrain/nihstro.git @@ -12,7 +12,7 @@ url = https://github.com/catchorg/Catch2 [submodule "dynarmic"] path = externals/dynarmic - url = https://github.com/merryhime/dynarmic.git + url = https://github.com/PabloMK7/dynarmic.git [submodule "xbyak"] path = externals/xbyak url = https://github.com/herumi/xbyak.git @@ -27,7 +27,7 @@ url = https://github.com/benhoyt/inih.git [submodule "libressl"] path = externals/libressl - url = https://github.com/citra-emu/ext-libressl-portable.git + url = https://github.com/PabloMK7/ext-libressl-portable.git [submodule "libusb"] path = externals/libusb/libusb url = https://github.com/libusb/libusb.git @@ -36,7 +36,7 @@ url = https://github.com/mozilla/cubeb [submodule "discord-rpc"] path = externals/discord-rpc - url = https://github.com/yuzu-emu/discord-rpc.git + url = https://github.com/PabloMK7/discord-rpc.git [submodule "cpp-jwt"] path = externals/cpp-jwt url = https://github.com/arun11299/cpp-jwt.git @@ -78,13 +78,13 @@ url = https://github.com/KhronosGroup/Vulkan-Headers [submodule "sirit"] path = externals/sirit - url = https://github.com/yuzu-emu/sirit + url = https://github.com/PabloMK7/sirit [submodule "faad2"] path = externals/faad2/faad2 url = https://github.com/knik0/faad2 [submodule "library-headers"] path = externals/library-headers - url = https://github.com/citra-emu/ext-library-headers.git + url = https://github.com/PabloMK7/ext-library-headers.git [submodule "libadrenotools"] path = externals/libadrenotools url = https://github.com/bylaws/libadrenotools