GameDatabase: Bump cache version

Forgot to do this before.
This commit is contained in:
Stenzek 2025-05-17 23:02:17 +10:00
parent 5eedecd811
commit 8ee0daaa17
No known key found for this signature in database

View File

@ -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);