From ee0b2b1249918ab0766556b156a4e53ebedfc66a Mon Sep 17 00:00:00 2001 From: RedDevilus Date: Thu, 19 Aug 2021 23:56:29 +0200 Subject: [PATCH] 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) --- pcsx2/GS/GS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/GS/GS.cpp b/pcsx2/GS/GS.cpp index 307b72b370..2f2c71ffac 100644 --- a/pcsx2/GS/GS.cpp +++ b/pcsx2/GS/GS.cpp @@ -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";