From 691eae755f146fa7aa6dfd170b0aca9ad2d6392f Mon Sep 17 00:00:00 2001 From: lightningterror Date: Fri, 21 Dec 2018 00:05:05 +0100 Subject: [PATCH] GSdx-gui: Might bea good idea to also change Auto to Automatic for interlacing option to keep it consistent with the other options. --- plugins/GSdx/GSdx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GSdx.cpp b/plugins/GSdx/GSdx.cpp index c19dff748b..f27280ba03 100644 --- a/plugins/GSdx/GSdx.cpp +++ b/plugins/GSdx/GSdx.cpp @@ -228,7 +228,7 @@ void GSdxApp::Init() m_gs_interlace.push_back(GSSetting(4, "Bob bff", "use blend if shaking")); m_gs_interlace.push_back(GSSetting(5, "Blend tff", "slight blur, 1/2 fps")); m_gs_interlace.push_back(GSSetting(6, "Blend bff", "slight blur, 1/2 fps")); - m_gs_interlace.push_back(GSSetting(7, "Auto", "Default")); + m_gs_interlace.push_back(GSSetting(7, "Automatic", "Default")); m_gs_aspectratio.push_back(GSSetting(0, "Stretch", "")); m_gs_aspectratio.push_back(GSSetting(1, "4:3", ""));