From a6a0b660d2631a5005418c925249eea449219336 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Fri, 18 Dec 2020 18:48:42 +1000 Subject: [PATCH] GameList: Bump cache version This should've happened with the aspect ratio changes. --- src/frontend-common/game_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend-common/game_list.h b/src/frontend-common/game_list.h index 504a42451..cc03e7ce5 100644 --- a/src/frontend-common/game_list.h +++ b/src/frontend-common/game_list.h @@ -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;