Qt: Add missing Sachen MMC2 mapper

This commit is contained in:
Vicki Pfau 2022-10-16 01:31:01 -07:00
parent 64255a716b
commit c4718d6907
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ static const QList<GBMemoryBankControllerType> s_mbcList{
GB_UNL_BBD,
GB_UNL_HITEK,
GB_UNL_SACHEN_MMC1,
GB_UNL_SACHEN_MMC2,
};
static QMap<GBModel, QString> s_gbModelNames;