mirror of https://github.com/mgba-emu/mgba.git
Qt: Add missing Sachen MMC2 mapper
This commit is contained in:
parent
64255a716b
commit
c4718d6907
|
@ -39,6 +39,7 @@ static const QList<GBMemoryBankControllerType> s_mbcList{
|
||||||
GB_UNL_BBD,
|
GB_UNL_BBD,
|
||||||
GB_UNL_HITEK,
|
GB_UNL_HITEK,
|
||||||
GB_UNL_SACHEN_MMC1,
|
GB_UNL_SACHEN_MMC1,
|
||||||
|
GB_UNL_SACHEN_MMC2,
|
||||||
};
|
};
|
||||||
|
|
||||||
static QMap<GBModel, QString> s_gbModelNames;
|
static QMap<GBModel, QString> s_gbModelNames;
|
||||||
|
|
Loading…
Reference in New Issue