GameList: Bump cache version
This should've happened with the aspect ratio changes.
This commit is contained in:
parent
208e746467
commit
a6a0b660d2
|
@ -108,7 +108,7 @@ private:
|
||||||
enum : u32
|
enum : u32
|
||||||
{
|
{
|
||||||
GAME_LIST_CACHE_SIGNATURE = 0x45434C47,
|
GAME_LIST_CACHE_SIGNATURE = 0x45434C47,
|
||||||
GAME_LIST_CACHE_VERSION = 16
|
GAME_LIST_CACHE_VERSION = 17
|
||||||
};
|
};
|
||||||
|
|
||||||
using DatabaseMap = std::unordered_map<std::string, GameListDatabaseEntry>;
|
using DatabaseMap = std::unordered_map<std::string, GameListDatabaseEntry>;
|
||||||
|
|
Loading…
Reference in New Issue