mirror of https://github.com/mgba-emu/mgba.git
Qt: Add TAMA5 and Pocket Cam to MBC overrides
This commit is contained in:
parent
6ca3e9940d
commit
3927fcfbd3
|
@ -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()) {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue