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;