diff --git a/patches.qrc b/patches.qrc index b06c305..381bb27 100644 --- a/patches.qrc +++ b/patches.qrc @@ -9,6 +9,7 @@ patches/portraits.ips patches/sound_restoration.ips patches/ned/cactuar.ips + patches/ned/classic.ips patches/ned/fancy.ips patches/ned/flanders.ips patches/ned/metroid.ips diff --git a/patches/ned/classic.ips b/patches/ned/classic.ips new file mode 100644 index 0000000..05f0d53 Binary files /dev/null and b/patches/ned/classic.ips differ diff --git a/src/exdeath.cc b/src/exdeath.cc index e3014b2..cf9f719 100644 --- a/src/exdeath.cc +++ b/src/exdeath.cc @@ -85,6 +85,7 @@ void Exdeath::initMain(void) { selNED->addItem("Vanilla"); selNED->setCurrentIndex(1); selNED->addItem("Cactuar", "cactuar.ips"); + selNED->addItem("Classic", "classic.ips"); selNED->addItem("Doomtrain", "train.ips"); selNED->addItem("Metroid", "metroid.ips"); selNED->addItem("Neo X Death", "neo-x-death.ips");