mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DolphinWX: Increment game list cache version
This is so that DirectoryBlobs won't look like valid discs in old versions that don't support the DirectoryBlob format.
This commit is contained in:
@ -81,7 +81,7 @@ public:
|
||||
wxProgressDialog* dialog;
|
||||
};
|
||||
|
||||
static constexpr u32 CACHE_REVISION = 2; // Last changed in PR 5687
|
||||
static constexpr u32 CACHE_REVISION = 3; // Last changed in PR 5573
|
||||
|
||||
static bool sorted = false;
|
||||
|
||||
|
Reference in New Issue
Block a user