GameSettings: Add PGXP tolerance and MSAA

This commit is contained in:
Connor McLaughlin
2020-11-27 00:34:25 +10:00
parent f0ff7ce231
commit f7a75941b5
5 changed files with 115 additions and 7 deletions

View File

@ -115,7 +115,7 @@ private:
enum : u32
{
GAME_LIST_CACHE_SIGNATURE = 0x45434C47,
GAME_LIST_CACHE_VERSION = 14
GAME_LIST_CACHE_VERSION = 15
};
using DatabaseMap = std::unordered_map<std::string, GameListDatabaseEntry>;