Skip to content

Commit

Permalink
Merge pull request #6092 from t27duck/missing_wiiware_makers
Browse files Browse the repository at this point in the history
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.
3 changes: 3 additions & 0 deletions Source/Core/DiscIO/Enums.cpp
Expand Up @@ -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"},
Expand Down Expand Up @@ -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"},
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt2/GameList/GameFileCache.cpp
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/GameListCtrl.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 1e6b670

Please sign in to comment.