overlays/simple: Add retroarch with cores
This commit is contained in:
parent
db336bfd1c
commit
c0b9150579
@ -28,4 +28,14 @@ in {
|
||||
animedl = prev.animedl.overrideAttrs (old: {
|
||||
extraPkgs = pkgs: with pkgs; [ mpv ];
|
||||
});
|
||||
|
||||
retroarch = prev.retroarch.override (old: {
|
||||
cores = with pkgs.libretro; [
|
||||
desmume
|
||||
sameboy
|
||||
mgba
|
||||
mupen64plus
|
||||
parallel-n64
|
||||
];
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user