Settings: Use simpleini for settings load/save

This commit is contained in:
Connor McLaughlin
2019-11-07 01:43:51 +10:00
parent 328944ca49
commit 98a5c4980d
6 changed files with 121 additions and 12 deletions

View File

@ -843,6 +843,7 @@ void SDLHostInterface::DrawAboutWindow()
ImGui::Text("Uses Dear ImGui (https://github.com/ocornut/imgui)");
ImGui::Text("Uses libcue (https://github.com/lipnitsk/libcue)");
ImGui::Text("Uses stb_image_write (https://github.com/nothings/stb)");
ImGui::Text("Uses simpleini (https://github.com/brofield/simpleini)");
ImGui::NewLine();
ImGui::Text("Duck icon by icons8 (https://icons8.com/icon/74847/platforms.undefined.short-title)");