GameSettings: Add runahead as per-game setting

This commit is contained in:
Connor McLaughlin
2021-01-26 03:12:19 +10:00
parent 16a32bf696
commit a5dfc68ac9
5 changed files with 120 additions and 9 deletions

View File

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