Skip to content

Commit

Permalink
Update the cache revisions for WX and QT
Browse files Browse the repository at this point in the history
  • Loading branch information
t27duck committed Oct 3, 2017
1 parent b73a4ff commit 4035d07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt2/GameList/GameFileCache.cpp
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/GameListCtrl.cpp
Expand Up @@ -82,7 +82,7 @@ struct CompressionProgress final
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;

Expand Down

0 comments on commit 4035d07

Please sign in to comment.