mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-03 02:00:05 +00:00
GameDatabase: Bump cache version
Forgot to do this before.
This commit is contained in:
parent
5eedecd811
commit
8ee0daaa17
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user