GameSettings: Add game settings/hotkey for PGXP depth

This commit is contained in:
Connor McLaughlin
2020-12-23 01:11:51 +10:00
parent aa1543271e
commit d320d5c830
4 changed files with 59 additions and 10 deletions

View File

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