GameSettings: Add PGXP projection precision

This commit is contained in:
Connor McLaughlin
2021-02-18 02:19:43 +10:00
parent db4f521d92
commit e7b9309567
6 changed files with 45 additions and 8 deletions

View File

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