From fa501f919cea519f1b0f53686000a74e4abf397e Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 21 Oct 2024 19:46:27 +0200 Subject: Customize retroarch with cores Signed-off-by: Mel --- pkgs/retroarch.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkgs/retroarch.nix (limited to 'pkgs/retroarch.nix') diff --git a/pkgs/retroarch.nix b/pkgs/retroarch.nix new file mode 100644 index 0000000..0177967 --- /dev/null +++ b/pkgs/retroarch.nix @@ -0,0 +1,12 @@ +{ retroarch, libretro }: + +retroarch.override { + cores = with libretro; [ + dolphin + pcsx2 + mupen64plus + citra + beetle-gba + beetle-psx-hw + ]; +} -- cgit 1.4.1