GameList: Bump cache version

This should've happened with the aspect ratio changes.
This commit is contained in:
Connor McLaughlin 2020-12-18 18:48:42 +10:00
parent 208e746467
commit a6a0b660d2

View file

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