From a6be1513bff9af9f47e7f28c467ea75011c1b36a Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 11 Jun 2017 14:53:53 +0200 Subject: [PATCH] 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. --- Source/Core/DolphinWX/GameListCtrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/GameListCtrl.cpp b/Source/Core/DolphinWX/GameListCtrl.cpp index b0e23a9469..58005099be 100644 --- a/Source/Core/DolphinWX/GameListCtrl.cpp +++ b/Source/Core/DolphinWX/GameListCtrl.cpp @@ -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;