Update maker information to match the wiki

This updates the maker data to (mostly) mirror that of the Wiki:
https://wiki.dolphin-emu.org/index.php?title=GameIDs

Only maker ids from that page are now included in Dolphin. This
means no homebrew/unofficial makers.

Also, separate multiple maker names with a slash
This commit is contained in:
Tony Drake
2017-10-08 19:17:06 -04:00
parent 2dfbf866fb
commit b66a72eb8f
3 changed files with 211 additions and 326 deletions

View File

@ -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()