From b24245dd1d22408cf71f1709313c1ff785fb94fe Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Tue, 22 Dec 2020 02:16:11 +1000 Subject: [PATCH] GameList: Bump cache list version Required due to aspect ratio change. --- 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 cc03e7ce5..22a314f8a 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 = 17 + GAME_LIST_CACHE_VERSION = 18 }; using DatabaseMap = std::unordered_map;