Add mednafen TurboGrafx-16 libretro core

This commit is contained in:
Cray Elliott 2014-10-28 02:08:43 -07:00
parent db376cac59
commit 72d7324af5
2 changed files with 14 additions and 1 deletions

View File

@ -133,6 +133,18 @@ in
description = "Enhanced Genesis Plus libretro port";
};
mednafen-pce-fast = (mkLibRetroCore rec {
core = "mednafen-pce-fast";
src = fetchRetro {
repo = "beetle-pce-fast-libretro";
rev = "bef70147f73e8a4b5e8a9d535fc59a597843d657";
sha256 = "0kkj5g5kajz4mx5xsixd2f6qnx3p68p0px2m0i8045yih50gsilp";
};
description = "Port of Mednafen's PC Engine core to libretro";
}).override {
buildPhase = "make";
};
mupen64plus = (mkLibRetroCore rec {
core = "mupen64plus";
src = fetchRetro {
@ -281,4 +293,4 @@ in
};
description = "VBA-M libretro port with modifications for speed";
};
}
}

View File

@ -10782,6 +10782,7 @@ let
++ optional (cfg.enableFceumm or false) fceumm
++ optional (cfg.enableGambatte or false) gambatte
++ optional (cfg.enableGenesisPlusGX or false) genesis-plus-gx
++ optional (cfg.enableMednafenPCEFast or false) mednafen-pce-fast
++ optional (cfg.enableMupen64Plus or false) mupen64plus
++ optional (cfg.enableNestopia or false) nestopia
++ optional (cfg.enablePicodrive or false) picodrive