mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 03:43:53 +03:00
parent
5b1a1b0e50
commit
a7ca114545
@ -182,6 +182,16 @@ in
|
||||
buildPhase = "make";
|
||||
};
|
||||
|
||||
mgba = mkLibRetroCore rec {
|
||||
core = "mgba";
|
||||
src = fetchRetro {
|
||||
repo = core;
|
||||
rev = "4000128339b535896615c994cafcd777637573f4";
|
||||
sha256 = "1yar78rvgfqx7jdna9chkmmbnpcf7k9ckbzj506f7k7m7zv819fn";
|
||||
};
|
||||
description = "Port of mGBA to libretro";
|
||||
};
|
||||
|
||||
mupen64plus = (mkLibRetroCore rec {
|
||||
core = "mupen64plus";
|
||||
src = fetchRetro {
|
||||
|
@ -15615,6 +15615,7 @@ with pkgs;
|
||||
++ optional (cfg.enableMednafenPCEFast or false) mednafen-pce-fast
|
||||
++ optional (cfg.enableMednafenPSX or false) mednafen-psx
|
||||
++ optional (cfg.enableMednafenSaturn or false) mednafen-saturn
|
||||
++ optional (cfg.enableMGBA or false) mgba
|
||||
++ optional (cfg.enableMupen64Plus or false) mupen64plus
|
||||
++ optional (cfg.enableNestopia or false) nestopia
|
||||
++ optional (cfg.enablePicodrive or false) picodrive
|
||||
|
Loading…
Reference in New Issue
Block a user