Add Neo X Death.

main
Síle Ekaterin Liszka 2021-05-26 10:18:19 -05:00
parent 5a7bfbaa1a
commit 2503365ef1
3 changed files with 2 additions and 0 deletions

View File

@ -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>

BIN
patches/ned/neo-x-death.ips Normal file

Binary file not shown.

View File

@ -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);