From b788782dfdd1246cb7c7451098822181ca4620f5 Mon Sep 17 00:00:00 2001 From: Gabriel Machado <97042217+GabrielBRDeveloper@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:54:03 -0400 Subject: [PATCH] Update .gitmodules --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 644e0c87b..821bfbcf7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "third_party/elfio"] path = third_party/elfio url = https://github.com/serge1/ELFIO -[submodule "third_party/dynarmic"] - path = third_party/dynarmic - url = https://github.com/GabrielBRDeveloper/arm-dynarmic [submodule "third_party/SDL2"] path = third_party/SDL2 url = https://github.com/libsdl-org/SDL @@ -61,3 +58,6 @@ [submodule "third_party/boost"] path = third_party/boost url = https://github.com/Panda3DS-emu/ext-boost +[submodule "third_party/dynarmic"] + path = third_party/dynarmic + url = https://github.com/GabrielBRDeveloper/arm-dynarmic