From aaea2fbf653e46dae4297b5aab5273d71efec981 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 28 Jun 2025 18:14:53 +0200 Subject: [PATCH] fm95 now uses ini config files! --- .gitmodules | 3 +++ inih | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 inih diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bf016ee --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "inih"] + path = inih + url = https://github.com/benhoyt/inih diff --git a/inih b/inih new file mode 160000 index 0000000..57188e8 --- /dev/null +++ b/inih @@ -0,0 +1 @@ +Subproject commit 57188e8acd8051b39a503faa30d27c50b94d8770