Merge pull request #3332 from degasus/master

MSAA: Store samples in ini files.
This commit is contained in:
Scott Mansell
2015-12-19 01:37:10 +13:00
12 changed files with 68 additions and 91 deletions

View File

@ -82,7 +82,7 @@ struct VideoConfig final
bool bUseRealXFB;
// Enhancements
int iMultisampleMode;
int iMultisamples;
bool bSSAA;
int iEFBScale;
bool bForceFiltering;