GameSettings: Add trait for disabling PGXP texture correction

This commit is contained in:
Connor McLaughlin
2020-09-14 18:20:42 +10:00
parent 1d9a086b8a
commit daa5e02853
3 changed files with 15 additions and 8 deletions

View File

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