Unverified Commit 75c77717 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #253150 from MatthewCroughan/mc/same_cdi

parents 9dd35c1b 2d23d629
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -842,6 +842,16 @@ in
    };
  };

  same_cdi = mkLibretroCore {
    core = "same_cdi";
    extraNativeBuildInputs = [ python3 ];
    extraBuildInputs = [ alsa-lib libGLU libGL portaudio xorg.libX11 ];
    meta = {
      description = "SAME_CDI is a libretro core to play CD-i games";
      license = with lib.licenses; [ bsd3 gpl2Plus ];
    };
  };

  scummvm = mkLibretroCore rec {
    core = "scummvm";
    version = "unstable-2022-04-06";
+6 −0
Original line number Diff line number Diff line
@@ -412,6 +412,12 @@
        "rev": "75d501a87ec2074e8d2f7256fb0359513c263c29",
        "hash": "sha256-yAHVTgOt8SGyPXihp4YNKKAvxl9VBBAvHyzLW86zSCw="
    },
    "same_cdi": {
        "owner": "libretro",
        "repo": "same_cdi",
        "rev": "54cf493c2dee4c46666059c452f8aaaa0bd7c8e0",
        "hash": "sha256-/+4coMzj/o82Q04Z65DQiPaykK6N56W6PRQLtyJOd8E="
    },
    "sameboy": {
        "owner": "libretro",
        "repo": "sameboy",
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ CORES = {
    "puae": {"repo": "libretro-uae"},
    "quicknes": {"repo": "QuickNES_Core"},
    "sameboy": {"repo": "sameboy"},
    "same_cdi": {"repo": "same_cdi"},
    "scummvm": {"repo": "scummvm"},
    "smsplus-gx": {"repo": "smsplus-gx"},
    "snes9x": {"repo": "snes9x", "owner": "snes9xgit"},