RetroArch: Difference between revisions
imported>Puffnfresh change titles |
imported>Zaechus m improve cores example |
||
Line 4: | Line 4: | ||
environment.systemPackages = with pkgs; [ | environment.systemPackages = with pkgs; [ | ||
(retroarch.override { | (retroarch.override { | ||
cores = [ | cores = with libretro; [ | ||
genesis-plus-gx | |||
snes9x | |||
beetle-psx-hw | |||
]; | ]; | ||
}) | }) | ||
]; | ]; | ||
</syntaxhighlight> | </syntaxhighlight> |