mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #6109 from t27duck/missing_wiiware_makers_2
Update maker information to match the wiki
This commit is contained in:
+209
-324
File diff suppressed because it is too large
Load Diff
@@ -12,7 +12,7 @@
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "DolphinQt2/Settings.h"
|
||||
|
||||
static const int CACHE_VERSION = 3; // Last changed in PR #6102
|
||||
static const int CACHE_VERSION = 4; // Last changed in PR #6109
|
||||
static const int DATASTREAM_VERSION = QDataStream::Qt_5_0;
|
||||
|
||||
GameFileCache::GameFileCache()
|
||||
|
||||
@@ -82,7 +82,7 @@ public:
|
||||
wxProgressDialog* dialog;
|
||||
};
|
||||
|
||||
static constexpr u32 CACHE_REVISION = 5; // Last changed in PR 6102
|
||||
static constexpr u32 CACHE_REVISION = 6; // Last changed in PR 6109
|
||||
|
||||
static bool sorted = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user