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;