From fe4ca6fb633aaa56ec159ea1cd4911e3e0a2e6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sat, 29 Mar 2025 08:41:33 +0100 Subject: [PATCH] Add portable-file-dialogs as a submodule --- .gitmodules | 3 +++ ext/portable-file-dialogs | 1 + 2 files changed, 4 insertions(+) create mode 160000 ext/portable-file-dialogs diff --git a/.gitmodules b/.gitmodules index 15ab8f994f..95b10980f9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -65,3 +65,6 @@ [submodule "ext/lua"] path = ext/lua url = https://github.com/hrydgard/ppsspp-lua.git +[submodule "ext/portable-file-dialogs"] + path = ext/portable-file-dialogs + url = git@github.com:samhocevar/portable-file-dialogs.git diff --git a/ext/portable-file-dialogs b/ext/portable-file-dialogs new file mode 160000 index 0000000000..c12ea8c9a7 --- /dev/null +++ b/ext/portable-file-dialogs @@ -0,0 +1 @@ +Subproject commit c12ea8c9a727f5320a2b4570aee863bbede2a204