Merge pull request #239698 from nvmd/init/libretro.fuse

libretro.fuse: init at unstable-2023-06-23
This commit is contained in:
Thiago Kenji Okada 2023-06-25 11:14:52 +00:00 committed by GitHub
commit 37f21bfdb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions

View file

@ -426,6 +426,14 @@ in
};
};
fuse = mkLibretroCore {
core = "fuse";
meta = {
description = "A port of the Fuse Unix Spectrum Emulator to libretro";
license = lib.licenses.gpl3Only;
};
};
gambatte = mkLibretroCore {
core = "gambatte";
meta = {

View file

@ -180,6 +180,12 @@
"rev": "9a65ec6e31d48ad0dae1f381c1ec61c897f970cb",
"sha256": "ZeWw/K6i04XRympqZ6sQG/yjN8cJglVcIkxpyRHx424="
},
"fuse": {
"owner": "libretro",
"repo": "fuse-libretro",
"rev": "847dbbd6f787823ac9a5dfacdd68ab181063374e",
"sha256": "jzS7SFALV/YjI77ST+IWHwUsuhT+Zr5w4t6C7O8yzFM="
},
"gambatte": {
"owner": "libretro",
"repo": "gambatte-libretro",

View file

@ -42,6 +42,7 @@ CORES = {
"flycast": {"repo": "flycast"},
"fmsx": {"repo": "fmsx-libretro"},
"freeintv": {"repo": "freeintv"},
"fuse": {"repo": "fuse-libretro"},
"gambatte": {"repo": "gambatte-libretro"},
"genesis-plus-gx": {"repo": "Genesis-Plus-GX"},
"gpsp": {"repo": "gpsp"},