Merge pull request #194247 from PanAeon/libretro-puae

add puae retroarch core
This commit is contained in:
Thiago Kenji Okada 2022-10-05 09:03:37 +01:00 committed by GitHub
commit 1237bfb999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 0 deletions

View file

@ -38,6 +38,7 @@
, xxd
, xz
, zlib
, fetchpatch
}:
let
@ -712,6 +713,17 @@ in
makefile = "Makefile";
};
puae = mkLibRetroCore {
core = "puae";
description = "Amiga emulator based on WinUAE";
license = lib.licenses.gpl2Only;
makefile = "Makefile";
patches = fetchpatch {
url = "https://github.com/libretro/libretro-uae/commit/90ba4c9bb940e566781c3590553270ad69cf212e.patch";
sha256 = "sha256-9xkRravvyFZc0xsIj0OSm2ux5BqYogfQ1TDnH9l6jKw=";
};
};
quicknes = mkLibRetroCore {
core = "quicknes";
description = "QuickNES libretro port";

View file

@ -376,6 +376,12 @@
"rev": "cf544d3c8e40ff197ea5bb177a1269db31077803",
"sha256": "A7yQwzM8ewI+UCPQVyO7DNyiQCTw2yG1soi6l7T3pDE="
},
"puae": {
"owner": "libretro",
"repo": "libretro-uae",
"rev": "1b7dd443ff89d667d99f8c44454a91ed59bcabd9",
"sha256": "YJiZEtB0rBFffEZj/hB7zEFBUp02kCzblq4CtCmygKo="
},
"quicknes": {
"owner": "libretro",
"repo": "QuickNES_Core",

View file

@ -71,6 +71,7 @@ CORES = {
"ppsspp": {"repo": "ppsspp", "owner": "hrydgard", "fetch_submodules": True},
"prboom": {"repo": "libretro-prboom"},
"prosystem": {"repo": "prosystem-libretro"},
"puae": {"repo": "libretro-uae"},
"quicknes": {"repo": "QuickNES_Core"},
"sameboy": {"repo": "sameboy"},
"scummvm": {"repo": "scummvm"},