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:
Edward Tjörnhammar
2014-09-04 20:03:13 +02:00
parent 0fe866c3a1
commit 6fcab9baca
5 changed files with 254 additions and 18 deletions
+2 -2
View File
@@ -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/";