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:
JosJuice 2017-06-11 14:53:53 +02:00
parent 5fe3745750
commit a6be1513bf

View file

@ -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;