From 8ee0daaa17ace6257254efff7dd9aca54aff8cdd Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 17 May 2025 23:02:17 +1000 Subject: [PATCH] GameDatabase: Bump cache version Forgot to do this before. --- src/core/game_database.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/game_database.cpp b/src/core/game_database.cpp index 53646736f..c1c4e3e5b 100644 --- a/src/core/game_database.cpp +++ b/src/core/game_database.cpp @@ -40,7 +40,7 @@ namespace GameDatabase { enum : u32 { GAME_DATABASE_CACHE_SIGNATURE = 0x45434C48, - GAME_DATABASE_CACHE_VERSION = 25, + GAME_DATABASE_CACHE_VERSION = 26, }; static const Entry* GetEntryForId(std::string_view code);