Qt: Fix default values for software mipmap/AA1

This commit is contained in:
Connor McLaughlin 2022-02-05 23:33:03 +10:00 committed by refractionpcsx2
parent 9ac935ed94
commit d63a36216f
1 changed files with 3 additions and 0 deletions

View File

@ -297,6 +297,9 @@ Pcsx2Config::GSOptions::GSOptions()
AutoFlushSW = true;
PreloadFrameWithGSData = false;
WrapGSMem = false;
Mipmap = true;
AA1 = true;
UserHacks = false;
UserHacks_AlignSpriteX = false;
UserHacks_AutoFlush = false;