mirror of https://github.com/PCSX2/pcsx2.git
GSdx-gui: Add 10x and 12x as an upscaling option.
10x ~3160p 6K 12x ~4320p 8K" Can anyone even run these ?
This commit is contained in:
parent
3a7f2a5c0b
commit
25ed5857d8
|
@ -241,6 +241,8 @@ void GSdxApp::Init()
|
|||
m_gs_upscale_multiplier.push_back(GSSetting(5, "5x Native", "~1620p 3K"));
|
||||
m_gs_upscale_multiplier.push_back(GSSetting(6, "6x Native", "~2160p 4K"));
|
||||
m_gs_upscale_multiplier.push_back(GSSetting(8, "8x Native", "~2880p 5K"));
|
||||
m_gs_upscale_multiplier.push_back(GSSetting(10, "10x Native", "~3160p 6K"));
|
||||
m_gs_upscale_multiplier.push_back(GSSetting(12, "12x Native", "~4320p 8K"));
|
||||
#ifndef __unix__
|
||||
m_gs_upscale_multiplier.push_back(GSSetting(0, "Custom", "Not Recommended"));
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue