mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-29 08:21:09 -04:00
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…
x
Reference in New Issue
Block a user