Merge pull request #6102 from FoxP/patch-1

Add some missing WiiWare and Wii games makers
This commit is contained in:
Leo Lam 2017-10-08 13:34:17 +02:00 committed by GitHub
commit 1a4883ac5a
3 changed files with 7 additions and 2 deletions

View File

@ -350,6 +350,7 @@ std::string GetCompanyFromID(const std::string& company_id)
{"5Q", "LEGO Media"}, {"5Q", "LEGO Media"},
{"5S", "Xicat Interactive"}, {"5S", "Xicat Interactive"},
{"5T", "Cryo Interactive"}, {"5T", "Cryo Interactive"},
{"5V", "Agetec"},
{"5W", "Red Storm Entertainment"}, {"5W", "Red Storm Entertainment"},
{"5X", "Microids"}, {"5X", "Microids"},
{"5Z", "Data Design / Conspiracy / Swing"}, {"5Z", "Data Design / Conspiracy / Swing"},
@ -566,18 +567,22 @@ std::string GetCompanyFromID(const std::string& company_id)
{"GM", "Gamecock Media Group"}, {"GM", "Gamecock Media Group"},
{"GN", "Oxygen Games"}, {"GN", "Oxygen Games"},
{"GT", "505 Games"}, {"GT", "505 Games"},
{"GX", "Commodore"},
{"GY", "The Game Factory"}, {"GY", "The Game Factory"},
{"H1", "Treasure"}, {"H1", "Treasure"},
{"H2", "Aruze"}, {"H2", "Aruze"},
{"H3", "Ertain"}, {"H3", "Ertain"},
{"H4", "SNK Playmore"}, {"H4", "SNK Playmore"},
{"HF", "Level-5"}, {"HF", "Level-5"},
{"HH", "Focus Home Interactive"},
{"HJ", "Genius Products"}, {"HJ", "Genius Products"},
{"HY", "Reef Entertainment"}, {"HY", "Reef Entertainment"},
{"HZ", "Nordcurrent"}, {"HZ", "Nordcurrent"},
{"IH", "Yojigen"}, {"IH", "Yojigen"},
{"J8", "SNK Playmore"},
{"J9", "AQ Interactive"}, {"J9", "AQ Interactive"},
{"JF", "Arc System Works"}, {"JF", "Arc System Works"},
{"JH", "City Interactive"},
{"JJ", "Deep Silver"}, {"JJ", "Deep Silver"},
{"JW", "Atari"}, {"JW", "Atari"},
{"JX", "Shin'en"}, {"JX", "Shin'en"},

View File

@ -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 = 2; // Last changed in PR #6092 static const int CACHE_VERSION = 3; // Last changed in PR #6102
static const int DATASTREAM_VERSION = QDataStream::Qt_5_0; static const int DATASTREAM_VERSION = QDataStream::Qt_5_0;
GameFileCache::GameFileCache() GameFileCache::GameFileCache()

View File

@ -82,7 +82,7 @@ public:
wxProgressDialog* dialog; wxProgressDialog* dialog;
}; };
static constexpr u32 CACHE_REVISION = 4; // Last changed in PR 6092 static constexpr u32 CACHE_REVISION = 5; // Last changed in PR 6102
static bool sorted = false; static bool sorted = false;