about summary refs log tree commit diff
path: root/pkgs/applications/emulators/retroarch/update_cores.py
diff options
context:
space:
mode:
authormatthewcroughan <matt@croughan.sh>2023-09-03 16:37:11 +0100
committermatthewcroughan <matt@croughan.sh>2023-09-11 19:38:53 +0100
commit2d23d629d3c018cd4e6989ed52e0410bb642a50a (patch)
tree2264886789ffe8fa4fd2f763ce0520e942ed56ef /pkgs/applications/emulators/retroarch/update_cores.py
parent979b4f4b1b23e3986ab10d389f1ce1971bdccedf (diff)
libretro.same_cdi: init at unstable-2023-02-28
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 a091958c38b0e..76147ccf20f41 100755
--- a/pkgs/applications/emulators/retroarch/update_cores.py
+++ b/pkgs/applications/emulators/retroarch/update_cores.py
@@ -81,6 +81,7 @@ CORES = {
     "puae": {"repo": "libretro-uae"},
     "quicknes": {"repo": "QuickNES_Core"},
     "sameboy": {"repo": "sameboy"},
+    "same_cdi": {"repo": "same_cdi"},
     "scummvm": {"repo": "scummvm"},
     "smsplus-gx": {"repo": "smsplus-gx"},
     "snes9x": {"repo": "snes9x", "owner": "snes9xgit"},