From 53a2b8c03d530592d4c5c48774eb115dbc8ac2f8 Mon Sep 17 00:00:00 2001 From: Albert Liu <45282415+ggrtk@users.noreply.github.com> Date: Sun, 14 Jun 2020 13:03:05 -0700 Subject: [PATCH] SDL: Update advanced settings description --- src/duckstation-sdl/sdl_host_interface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/duckstation-sdl/sdl_host_interface.cpp b/src/duckstation-sdl/sdl_host_interface.cpp index c409ee10d..912247aba 100644 --- a/src/duckstation-sdl/sdl_host_interface.cpp +++ b/src/duckstation-sdl/sdl_host_interface.cpp @@ -1257,7 +1257,6 @@ void SDLHostInterface::DrawSettingsWindow() if (ImGui::BeginTabItem("Advanced")) { ImGui::Text("These options are tweakable to improve performance/game compatibility."); - ImGui::Text("They will not be automatically saved to the settings INI file."); ImGui::Text("Use at your own risk, modified values will not be supported."); ImGui::NewLine();