libretro: add mednafen-saturn core
This commit is contained in:
parent
dc75530f26
commit
c4a47bdb5e
@ -170,6 +170,18 @@ in
|
|||||||
buildPhase = "make";
|
buildPhase = "make";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mednafen-saturn = (mkLibRetroCore rec {
|
||||||
|
core = "mednafen-saturn";
|
||||||
|
src = fetchRetro {
|
||||||
|
repo = "beetle-saturn-libretro";
|
||||||
|
rev = "bb5d0c126feb25cf980f5cc1fc57d6a5a6f6e7ab";
|
||||||
|
sha256 = "0bnsdy27378b71y6aa65k4jxxy2xw6ky2ici3z53hkky2jnnjq0b";
|
||||||
|
};
|
||||||
|
description = "Port of Mednafen's Saturn core to libretro";
|
||||||
|
}).override {
|
||||||
|
buildPhase = "make";
|
||||||
|
};
|
||||||
|
|
||||||
mupen64plus = (mkLibRetroCore rec {
|
mupen64plus = (mkLibRetroCore rec {
|
||||||
core = "mupen64plus";
|
core = "mupen64plus";
|
||||||
src = fetchRetro {
|
src = fetchRetro {
|
||||||
|
@ -15598,6 +15598,7 @@ with pkgs;
|
|||||||
++ optional (cfg.enableMAME or false) mame
|
++ optional (cfg.enableMAME or false) mame
|
||||||
++ optional (cfg.enableMednafenPCEFast or false) mednafen-pce-fast
|
++ optional (cfg.enableMednafenPCEFast or false) mednafen-pce-fast
|
||||||
++ optional (cfg.enableMednafenPSX or false) mednafen-psx
|
++ optional (cfg.enableMednafenPSX or false) mednafen-psx
|
||||||
|
++ optional (cfg.enableMednafenSaturn or false) mednafen-saturn
|
||||||
++ optional (cfg.enableMupen64Plus or false) mupen64plus
|
++ optional (cfg.enableMupen64Plus or false) mupen64plus
|
||||||
++ optional (cfg.enableNestopia or false) nestopia
|
++ optional (cfg.enableNestopia or false) nestopia
|
||||||
++ optional (cfg.enablePicodrive or false) picodrive
|
++ optional (cfg.enablePicodrive or false) picodrive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user