mirror of https://github.com/PCSX2/pcsx2.git
GS-GUI: Enable Software Edge-Aliasing by default
This will enable the checkbox for the software renderer, it has far more pros than cons (negligble performance hit)
This commit is contained in:
parent
b167bd6807
commit
ee0b2b1249
|
@ -1610,7 +1610,7 @@ void GSApp::Init()
|
|||
#else
|
||||
m_default_configuration["linux_replay"] = "1";
|
||||
#endif
|
||||
m_default_configuration["aa1"] = "0";
|
||||
m_default_configuration["aa1"] = "1";
|
||||
m_default_configuration["accurate_date"] = "1";
|
||||
m_default_configuration["accurate_blending_unit"] = "1";
|
||||
m_default_configuration["AspectRatio"] = "1";
|
||||
|
|
Loading…
Reference in New Issue