Add metroid.
parent
d4296c5382
commit
d9e82ff132
|
@ -10,6 +10,7 @@
|
||||||
<file>patches/sound_restoration.ips</file>
|
<file>patches/sound_restoration.ips</file>
|
||||||
<file>patches/ned/cactuar.ips</file>
|
<file>patches/ned/cactuar.ips</file>
|
||||||
<file>patches/ned/fancy.ips</file>
|
<file>patches/ned/fancy.ips</file>
|
||||||
|
<file>patches/ned/metroid.ips</file>
|
||||||
<file>patches/ned/neo-x-death.ips</file>
|
<file>patches/ned/neo-x-death.ips</file>
|
||||||
<file>patches/ned/pad.ips</file>
|
<file>patches/ned/pad.ips</file>
|
||||||
<file>patches/ned/thomas.ips</file>
|
<file>patches/ned/thomas.ips</file>
|
||||||
|
|
Binary file not shown.
|
@ -86,6 +86,7 @@ void Exdeath::initMain(void) {
|
||||||
selNED->setCurrentIndex(1);
|
selNED->setCurrentIndex(1);
|
||||||
selNED->addItem("Cactuar", "cactuar.ips");
|
selNED->addItem("Cactuar", "cactuar.ips");
|
||||||
selNED->addItem("Doomtrain", "train.ips");
|
selNED->addItem("Doomtrain", "train.ips");
|
||||||
|
selNED->addItem("Metroid", "metroid.ips");
|
||||||
selNED->addItem("Neo X Death", "neo-x-death.ips");
|
selNED->addItem("Neo X Death", "neo-x-death.ips");
|
||||||
selNED->addItem("Neon ExDeath", "fancy.ips");
|
selNED->addItem("Neon ExDeath", "fancy.ips");
|
||||||
selNED->addItem("Puzzle & Dragon", "pad.ips");
|
selNED->addItem("Puzzle & Dragon", "pad.ips");
|
||||||
|
|
Loading…
Reference in New Issue