From 1835a6baef46e5242537d2b20c60795900a5709f Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:44:25 +0200 Subject: [PATCH] Add dynarmic mirror --- .gitmodules | 3 +++ third_party/dynarmic | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/dynarmic diff --git a/.gitmodules b/.gitmodules index 6cdbf68c..6c69fe14 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,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/Panda3DS-emu/dynarmic diff --git a/third_party/dynarmic b/third_party/dynarmic new file mode 160000 index 00000000..a41c3802 --- /dev/null +++ b/third_party/dynarmic @@ -0,0 +1 @@ +Subproject commit a41c380246d3d9f9874f0f792d234dc0cc17c180