From 45c865ede831007438c32de9d4da9fc0ae5e64e6 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Mon, 25 Dec 2023 10:18:50 +0100 Subject: [PATCH] Use asmjit main repo --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index cf1e922050..3801c6cc68 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,8 @@ ignore = dirty [submodule "asmjit"] path = 3rdparty/asmjit/asmjit - url = ../../RPCS3/asmjit.git - branch = aarch64 + url = ../../asmjit/asmjit.git + branch = master ignore = dirty [submodule "3rdparty/llvm/llvm"] path = 3rdparty/llvm/llvm