mirror of https://github.com/PCSX2/pcsx2.git
gsdx-linux: remove custom resolution from the GUI
It would be replaced by a float resolution factor
This commit is contained in:
parent
821e3ff294
commit
b5ec683318
|
@ -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", ""));
|
||||
|
|
Loading…
Reference in New Issue