summary refs log tree commit diff
path: root/pkgs/retroarch.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-10-21 19:46:27 +0200
committerMel <einebeere@gmail.com>2024-10-21 19:46:27 +0200
commitfa501f919cea519f1b0f53686000a74e4abf397e (patch)
tree90eed2f71ad52989e5d6ae292bf55f8993072c87 /pkgs/retroarch.nix
parentc25407bd2180c821090fe56c88f395e8fb9c9ba9 (diff)
downloadminerals-fa501f919cea519f1b0f53686000a74e4abf397e.tar.zst
minerals-fa501f919cea519f1b0f53686000a74e4abf397e.zip
Customize retroarch with cores
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'pkgs/retroarch.nix')
-rw-r--r--pkgs/retroarch.nix12
1 files changed, 12 insertions, 0 deletions
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
+  ];
+}