From a1d70a6c54873190cd71f4578a9f56a251fff28c Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 31 Aug 2025 05:14:25 -0500 Subject: [PATCH] Edit markdown --- OTHERS_CODE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OTHERS_CODE.md b/OTHERS_CODE.md index 9d2d272..60384ec 100644 --- a/OTHERS_CODE.md +++ b/OTHERS_CODE.md @@ -3,4 +3,6 @@ Other peoples code - cmake/bin2h.cmake, from: https://github.com/sivachandran/cmake-bin2h (MIT) - Cppified the multipart/form-data code from: https://github.com/dajuric/simple-http (MIT) -- mbedtls ssl code from mbedtls examples (Apache 2.0) \ No newline at end of file +- mbedtls ssl code from mbedtls examples (Apache 2.0) +- [Sqlite](https://www.sqlite.org/) (in folder src/sqlite also uses demo VFS (at least on Wii)) +- [Sago's platform_folders](https://github.com/sago007/PlatformFolders) (in folder src/sago)