mirror of https://github.com/PCSX2/pcsx2.git
Qt: Fix default values for software mipmap/AA1
This commit is contained in:
parent
9ac935ed94
commit
d63a36216f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue