about summary refs log tree commit diff
path: root/pkgs/applications/emulators/retroarch/cores.nix
diff options
context:
space:
mode:
authorSergey Kazenyuk <kazenyuk@pm.me>2023-05-29 13:47:48 +0300
committerSergey Kazenyuk <kazenyuk@pm.me>2023-06-25 08:09:44 +0300
commitf9e2f0ed9604760eb569e9b3a1659a6df6478017 (patch)
treefcb0f47c5ec0e98487c29d3789307321e2407e6b /pkgs/applications/emulators/retroarch/cores.nix
parent2873fcab493bb0b4ab47b7dba5fd2b4f24827f31 (diff)
libretro.2048: init at unstable-2023-02-20
Diffstat (limited to 'pkgs/applications/emulators/retroarch/cores.nix')
-rw-r--r--pkgs/applications/emulators/retroarch/cores.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/retroarch/cores.nix b/pkgs/applications/emulators/retroarch/cores.nix
index 5da2ad7631879..ba2699fc0304f 100644
--- a/pkgs/applications/emulators/retroarch/cores.nix
+++ b/pkgs/applications/emulators/retroarch/cores.nix
@@ -970,6 +970,14 @@ in
     };
   };
 
+  twenty-fortyeight = mkLibretroCore {
+    core = "2048";
+    meta = {
+      description = "Port of 2048 puzzle game to the libretro API";
+      license = lib.licenses.unlicense;
+    };
+  };
+
   vba-m = mkLibretroCore {
     core = "vbam";
     src = getCoreSrc "vba-m";