GameSettings: Add CPU overclocking as game option

This commit is contained in:
Connor McLaughlin
2020-09-30 23:46:35 +10:00
parent 44c85a2c24
commit 9a23c5547a
5 changed files with 45 additions and 5 deletions

View File

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