Merge pull request #253150 from MatthewCroughan/mc/same_cdi

This commit is contained in:
Artturi 2023-09-11 22:40:35 +03:00 committed by GitHub
commit 75c77717f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 0 deletions

View file

@ -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";

View file

@ -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",

View file

@ -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"},