From 42a37bcba025d21c14abc53e2f1932cdd916d4f4 Mon Sep 17 00:00:00 2001 From: Morris Chen Date: Tue, 5 Mar 2024 00:41:36 -0500 Subject: [PATCH] Update .gitmodules Resolve dependency dynarmic via https://github.com/yuzu-emu/dynarmic.git --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9876cc0e9..3b3818fe7 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-emu/dynarmic.git [submodule "xbyak"] path = externals/xbyak url = https://github.com/herumi/xbyak.git