about summary refs log tree commit diff
path: root/pkgs/applications/emulators/retroarch/update_cores.py
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-06-25 11:15:43 +0000
committerGitHub <noreply@github.com>2023-06-25 11:15:43 +0000
commit1ec5a0f4c89af6ab778d84bea706e186f30b05d7 (patch)
tree6157e3e0f8f325637c7ce0456122b0272431bc9e /pkgs/applications/emulators/retroarch/update_cores.py
parent37f21bfdb5e65c181f74d549b5714f45a72dba0c (diff)
parentf9e2f0ed9604760eb569e9b3a1659a6df6478017 (diff)
Merge pull request #239696 from nvmd/init/libretro.2048
libretro.2048: init at unstable-2023-02-20
Diffstat (limited to 'pkgs/applications/emulators/retroarch/update_cores.py')
-rwxr-xr-xpkgs/applications/emulators/retroarch/update_cores.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/retroarch/update_cores.py b/pkgs/applications/emulators/retroarch/update_cores.py
index 8296eb69bccca..bd325e5739a73 100755
--- a/pkgs/applications/emulators/retroarch/update_cores.py
+++ b/pkgs/applications/emulators/retroarch/update_cores.py
@@ -12,6 +12,7 @@ SCRIPT_PATH = Path(__file__).absolute().parent
 HASHES_PATH = SCRIPT_PATH / "hashes.json"
 GET_REPO_THREADS = int(os.environ.get("GET_REPO_THREADS", 8))
 CORES = {
+    "2048": {"repo": "libretro-2048"},
     "atari800": {"repo": "libretro-atari800"},
     "beetle-gba": {"repo": "beetle-gba-libretro"},
     "beetle-lynx": {"repo": "beetle-lynx-libretro"},