mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01: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:
parent
5fe3745750
commit
a6be1513bf
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user