Qt: Add TAMA5 and Pocket Cam to MBC overrides

This commit is contained in:
Vicki Pfau 2017-07-28 17:50:32 -07:00
parent 6ca3e9940d
commit 3927fcfbd3
2 changed files with 12 additions and 0 deletions

View File

@ -43,6 +43,8 @@ OverrideView::OverrideView(ConfigController* config, QWidget* parent)
s_mbcList.append(GB_MBC5);
s_mbcList.append(GB_MBC5_RUMBLE);
s_mbcList.append(GB_MBC7);
s_mbcList.append(GB_POCKETCAM);
s_mbcList.append(GB_TAMA5);
s_mbcList.append(GB_HuC3);
}
if (s_gbModelList.isEmpty()) {

View File

@ -319,6 +319,16 @@
<string>MBC7</string>
</property>
</item>
<item>
<property name="text">
<string>Pocket Cam</string>
</property>
</item>
<item>
<property name="text">
<string>TAMA5</string>
</property>
</item>
<item>
<property name="text">
<string>HuC-3</string>