Skip to content
Permalink
Browse files
Merge pull request #6092 from t27duck/missing_wiiware_makers
Add some missing WiiWare makers
  • Loading branch information
leoetlino committed Oct 4, 2017
2 parents d790660 + 4035d07 commit 1e6b670
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
@@ -580,6 +580,7 @@ std::string GetCompanyFromID(const std::string& company_id)
{"JF", "Arc System Works"},
{"JJ", "Deep Silver"},
{"JW", "Atari"},
{"JX", "Shin'en"},
{"K6", "Nihon System"},
{"KB", "NIS America"},
{"KM", "Deep Silver"},
@@ -608,6 +609,8 @@ std::string GetCompanyFromID(const std::string& company_id)
{"SV", "SevenGames"},
{"SZ", "Storm City"},
{"TK", "Tasuke / Works"},
{"TL", "Telltale Games"},
{"TR", "Tetris Online"},
{"TV", "Tivola"},
{"UG", "Metro 3D / Data Design"},
{"VN", "Valcon Games"},
@@ -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 @@ 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;

0 comments on commit 1e6b670

Please sign in to comment.