MSAA: Store samples in ini files.

This commit is contained in:
degasus 2015-12-12 13:00:08 +01:00
commit e26d9f7c35
12 changed files with 68 additions and 91 deletions

View file

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