mirror of https://github.com/mgba-emu/mgba.git
Qt: Add missing MBCs
This commit is contained in:
parent
ca37c1ecbf
commit
c76f173880
|
@ -42,9 +42,12 @@ OverrideView::OverrideView(ConfigController* config, QWidget* parent)
|
|||
s_mbcList.append(GB_MBC3_RTC);
|
||||
s_mbcList.append(GB_MBC5);
|
||||
s_mbcList.append(GB_MBC5_RUMBLE);
|
||||
s_mbcList.append(GB_MBC6);
|
||||
s_mbcList.append(GB_MBC7);
|
||||
s_mbcList.append(GB_MMM01);
|
||||
s_mbcList.append(GB_POCKETCAM);
|
||||
s_mbcList.append(GB_TAMA5);
|
||||
s_mbcList.append(GB_HuC1);
|
||||
s_mbcList.append(GB_HuC3);
|
||||
}
|
||||
if (s_gbModelList.isEmpty()) {
|
||||
|
|
|
@ -319,11 +319,21 @@
|
|||
<string>MBC5 + Rumble</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>MBC6</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>MBC7</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>MMM01</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Pocket Cam</string>
|
||||
|
@ -334,6 +344,11 @@
|
|||
<string>TAMA5</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>HuC-1</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>HuC-3</string>
|
||||
|
|
Loading…
Reference in New Issue