gsdx-linux: remove custom resolution from the GUI

It would be replaced by a float resolution factor
This commit is contained in:
Gregory Hainaut 2016-04-20 09:59:56 +02:00
parent 821e3ff294
commit b5ec683318
1 changed files with 2 additions and 0 deletions

View File

@ -179,7 +179,9 @@ GSdxApp::GSdxApp()
m_gs_upscale_multiplier.push_back(GSSetting(5, "5x Native", ""));
m_gs_upscale_multiplier.push_back(GSSetting(6, "6x Native", ""));
m_gs_upscale_multiplier.push_back(GSSetting(8, "8x Native", ""));
#ifndef __linux__
m_gs_upscale_multiplier.push_back(GSSetting(0, "Custom", ""));
#endif
m_gs_max_anisotropy.push_back(GSSetting(0, "Off", ""));
m_gs_max_anisotropy.push_back(GSSetting(2, "2x", ""));