From 49a2027e8fe3b14dd17a37b38583621875e35638 Mon Sep 17 00:00:00 2001 From: Shaun Inman Date: Sat, 4 Feb 2023 20:18:30 -0500 Subject: [PATCH] renamed third-party to other --- .gitmodules | 6 +++--- other/DinguxCommander | 1 + third-party/DinguxCommander | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 other/DinguxCommander delete mode 160000 third-party/DinguxCommander diff --git a/.gitmodules b/.gitmodules index fcb5fd9..5b1f8a2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "third-party/DinguxCommander"] - path = third-party/DinguxCommander - url = https://github.com/shauninman/DinguxCommander.git [submodule "src/minarch/libretro-common"] path = src/minarch/libretro-common url = https://github.com/libretro/libretro-common +[submodule "other/DinguxCommander"] + path = other/DinguxCommander + url = https://github.com/shauninman/DinguxCommander.git diff --git a/other/DinguxCommander b/other/DinguxCommander new file mode 160000 index 0000000..cdf57ab --- /dev/null +++ b/other/DinguxCommander @@ -0,0 +1 @@ +Subproject commit cdf57abb72446d88a4528bf3e7cf0a97ba1956fb diff --git a/third-party/DinguxCommander b/third-party/DinguxCommander deleted file mode 160000 index 21ef981..0000000 --- a/third-party/DinguxCommander +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 21ef981d23bde719a2453dbc552c46047d588c44