diff --git a/Source/Core/DolphinQt2/GameList/GameFileCache.cpp b/Source/Core/DolphinQt2/GameList/GameFileCache.cpp index 40e1928649..4a768b2b38 100644 --- a/Source/Core/DolphinQt2/GameList/GameFileCache.cpp +++ b/Source/Core/DolphinQt2/GameList/GameFileCache.cpp @@ -12,7 +12,7 @@ #include "Core/ConfigManager.h" #include "DolphinQt2/Settings.h" -static const int CACHE_VERSION = 1; // Last changed in PR #5927 +static const int CACHE_VERSION = 2; // Last changed in PR #6092 static const int DATASTREAM_VERSION = QDataStream::Qt_5_0; GameFileCache::GameFileCache() diff --git a/Source/Core/DolphinWX/GameListCtrl.cpp b/Source/Core/DolphinWX/GameListCtrl.cpp index ceb6894776..ac03914037 100644 --- a/Source/Core/DolphinWX/GameListCtrl.cpp +++ b/Source/Core/DolphinWX/GameListCtrl.cpp @@ -82,7 +82,7 @@ public: wxProgressDialog* dialog; }; -static constexpr u32 CACHE_REVISION = 3; // Last changed in PR 5573 +static constexpr u32 CACHE_REVISION = 4; // Last changed in PR 6092 static bool sorted = false;