Merge pull request #194247 from PanAeon/libretro-puae
add puae retroarch core
This commit is contained in:
commit
1237bfb999
@ -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";
|
||||
|
@ -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",
|
||||
|
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user