Add mednafen TurboGrafx-16 libretro core
This commit is contained in:
parent
db376cac59
commit
72d7324af5
|
@ -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";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue