Merge pull request #239698 from nvmd/init/libretro.fuse
libretro.fuse: init at unstable-2023-06-23
This commit is contained in:
commit
37f21bfdb5
3 changed files with 15 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue