From 4f4a80cc045ddda27bd593ce0202202ee49c9d2f Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sat, 12 Feb 2022 01:15:57 +0100 Subject: [PATCH] Use RPCS3/asmjit fork --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index aea2082923..809724a81b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,7 @@ ignore = dirty [submodule "asmjit"] path = 3rdparty/asmjit/asmjit - url = ../../asmjit/asmjit.git + url = ../../RPCS3/asmjit.git branch = aarch64 ignore = dirty [submodule "llvm"]