GSdx-gui: Might bea good idea to also change Auto to Automatic for interlacing option to keep it consistent with the other options.

This commit is contained in:
lightningterror 2018-12-21 00:05:05 +01:00
parent 02bde2f386
commit 691eae755f
1 changed files with 1 additions and 1 deletions

View File

@ -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", ""));