libretro-cores:
- adding: 4do, desmume, fceumm, mame, mupen64plus, scummvm,
snes9x, stella, picodrive, ppsspp and vba
retroarch:
- added retroarch wrapper for configured cores
- changed attributes, old retroarch is now retroarchBare*
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "retroarch-0.9.9.7";
|
||||
name = "retroarch-bare-0.9.9.7";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/libretro/RetroArch.git";
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
preConfigure = ''
|
||||
configureFlags="--global-config-dir=$out/etc"
|
||||
'';
|
||||
|
||||
|
||||
meta = {
|
||||
description = "Modular multi-system game/emulator system";
|
||||
homepage = "http://www.libretro.com/";
|
||||
|
||||
Reference in New Issue
Block a user