about summary refs log tree commit diff
path: root/pkgs/applications/emulators/retroarch/update_cores.py
diff options
context:
space:
mode:
authorRuin0x11 <ipickering2@gmail.com>2024-02-19 15:59:05 +0000
committerRuin0x11 <ipickering2@gmail.com>2024-02-19 15:59:05 +0000
commitb8b32a6426fb60c711470b6a281b77f007305ea3 (patch)
tree7c992b6f9c29c8ff7c0636ed3d478c8af6c8754b /pkgs/applications/emulators/retroarch/update_cores.py
parentf542eeb24345af7583843cda80c509454795f826 (diff)
libretro: add easyrpg core
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 1795c0f70edc7..e45f4464d6f65 100755
--- a/pkgs/applications/emulators/retroarch/update_cores.py
+++ b/pkgs/applications/emulators/retroarch/update_cores.py
@@ -50,6 +50,7 @@ CORES = {
     "dolphin": {"repo": "dolphin"},
     "dosbox": {"repo": "dosbox-libretro"},
     "dosbox-pure": {"repo": "dosbox-pure", "owner": "schellingb"},
+    "easyrpg": {"repo": "Player", "owner": "EasyRPG", "fetch_submodules": True, "rev": "0.8"},
     "eightyone": {"repo": "81-libretro"},
     "fbalpha2012": {"repo": "fbalpha2012"},
     "fbneo": {"repo": "fbneo"},