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:
parent
5fe3745750
commit
a6be1513bf
|
@ -81,7 +81,7 @@ public:
|
||||||
wxProgressDialog* dialog;
|
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;
|
static bool sorted = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue