From 828981487734cf40eafb21005fbf9bcec87e7e45 Mon Sep 17 00:00:00 2001 From: Zero Date: Mon, 4 Mar 2024 21:16:20 -0500 Subject: [PATCH] Switch to mirror for dynarmic --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9876cc0e9..3fef98442 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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/yuzu-mirror/dynarmic.git [submodule "xbyak"] path = externals/xbyak url = https://github.com/herumi/xbyak.git