Add Neo X Death.
parent
5a7bfbaa1a
commit
2503365ef1
|
@ -10,6 +10,7 @@
|
|||
<file>patches/sound_restoration.ips</file>
|
||||
<file>patches/ned/cactuar.ips</file>
|
||||
<file>patches/ned/fancy.ips</file>
|
||||
<file>patches/ned/neo-x-death.ips</file>
|
||||
<file>patches/ned/pad.ips</file>
|
||||
<file>patches/ned/yiazmat.ips</file>
|
||||
</qresource>
|
||||
|
|
Binary file not shown.
|
@ -88,6 +88,7 @@ void Exdeath::initMain(void) {
|
|||
selNED->addItem("Neon ExDeath", "fancy.ips");
|
||||
selNED->addItem("Puzzle & Dragon", "pad.ips");
|
||||
selNED->addItem("Yiazmat", "yiazmat.ips");
|
||||
selNED->addItem("Neo X Death", "neo-x-death.ips");
|
||||
|
||||
layMain->addWidget(txtROM, 0, 0);
|
||||
layMain->addWidget(btnROM, 0, 1);
|
||||
|
|
Loading…
Reference in New Issue