GameSettings: Add CD-ROM Read Speedup

This commit is contained in:
Connor McLaughlin
2020-10-05 00:17:12 +10:00
parent 8ba93b36a0
commit a3f2f13fa9
5 changed files with 104 additions and 4 deletions

View File

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