pokemini: Add pokemini libretro core for RetroArch
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
mkLibretroCore,
|
||||
}:
|
||||
mkLibretroCore {
|
||||
core = "pokemini";
|
||||
version = "0-unstable-2026-04-20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libretro";
|
||||
repo = "PokeMini";
|
||||
rev = "bb009b1379ad15f1514f20ca7cbf710b4af42b3e";
|
||||
hash = "sha256-iXHUk0gWciJCKfbfIa2pOBPIOeKg1yRahNKesLRC8v8=";
|
||||
};
|
||||
|
||||
makefile = "Makefile";
|
||||
|
||||
meta = {
|
||||
description = "Obscure nintendo handheld emulator";
|
||||
homepage = "https://github.com/libretro/PokeMini";
|
||||
license = lib.licenses.gpl3Only;
|
||||
};
|
||||
}
|
||||
@@ -141,6 +141,8 @@ lib.makeScope newScope (self: {
|
||||
|
||||
picodrive = self.callPackage ./cores/picodrive.nix { };
|
||||
|
||||
pokemini = self.callPackage ./cores/pokemini.nix { };
|
||||
|
||||
play = self.callPackage ./cores/play.nix { };
|
||||
|
||||
ppsspp = self.callPackage ./cores/ppsspp.nix { };
|
||||
|
||||
Reference in New Issue
Block a user