Merge pull request #6092 from t27duck/missing_wiiware_makers
Add some missing WiiWare makers
This commit is contained in:
commit
1e6b670795
|
@ -580,6 +580,7 @@ std::string GetCompanyFromID(const std::string& company_id)
|
||||||
{"JF", "Arc System Works"},
|
{"JF", "Arc System Works"},
|
||||||
{"JJ", "Deep Silver"},
|
{"JJ", "Deep Silver"},
|
||||||
{"JW", "Atari"},
|
{"JW", "Atari"},
|
||||||
|
{"JX", "Shin'en"},
|
||||||
{"K6", "Nihon System"},
|
{"K6", "Nihon System"},
|
||||||
{"KB", "NIS America"},
|
{"KB", "NIS America"},
|
||||||
{"KM", "Deep Silver"},
|
{"KM", "Deep Silver"},
|
||||||
|
@ -608,6 +609,8 @@ std::string GetCompanyFromID(const std::string& company_id)
|
||||||
{"SV", "SevenGames"},
|
{"SV", "SevenGames"},
|
||||||
{"SZ", "Storm City"},
|
{"SZ", "Storm City"},
|
||||||
{"TK", "Tasuke / Works"},
|
{"TK", "Tasuke / Works"},
|
||||||
|
{"TL", "Telltale Games"},
|
||||||
|
{"TR", "Tetris Online"},
|
||||||
{"TV", "Tivola"},
|
{"TV", "Tivola"},
|
||||||
{"UG", "Metro 3D / Data Design"},
|
{"UG", "Metro 3D / Data Design"},
|
||||||
{"VN", "Valcon Games"},
|
{"VN", "Valcon Games"},
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
#include "Core/ConfigManager.h"
|
#include "Core/ConfigManager.h"
|
||||||
#include "DolphinQt2/Settings.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;
|
static const int DATASTREAM_VERSION = QDataStream::Qt_5_0;
|
||||||
|
|
||||||
GameFileCache::GameFileCache()
|
GameFileCache::GameFileCache()
|
||||||
|
|
|
@ -82,7 +82,7 @@ public:
|
||||||
wxProgressDialog* dialog;
|
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;
|
static bool sorted = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue