GameList: Bump cache list version

Required due to aspect ratio change.
This commit is contained in:
Connor McLaughlin 2020-12-22 02:16:11 +10:00
parent d130fc9465
commit b24245dd1d
1 changed files with 1 additions and 1 deletions

View File

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