GameSettings: Add CD-ROM seek speedup
This commit is contained in:
@ -133,7 +133,7 @@ private:
|
||||
enum : u32
|
||||
{
|
||||
GAME_LIST_CACHE_SIGNATURE = 0x45434C47,
|
||||
GAME_LIST_CACHE_VERSION = 30
|
||||
GAME_LIST_CACHE_VERSION = 31
|
||||
};
|
||||
|
||||
using CacheMap = std::unordered_map<std::string, GameListEntry>;
|
||||
|
||||
Reference in New Issue
Block a user