mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 02:52:30 +02:00
Update the cache revisions for WX and QT
This commit is contained in:
parent
b73a4ff5d6
commit
4035d0781c
@ -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()
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user