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

@ -285,5 +285,5 @@ protected:
VideoConfig &vconfig;
std::string ininame;
int m_msaa_modes;
size_t m_msaa_modes;
};