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 18:29:35 +0000
committerRuin0x11 <ipickering2@gmail.com>2024-02-19 18:30:38 +0000
commitbf5a14fb08a416e488ef110dfd7f2c95ebff50ee (patch)
tree89b2e30f667f74fa2cbb07c8beb49989c587b095 /pkgs/applications/emulators/retroarch/update_cores.py
parentb8b32a6426fb60c711470b6a281b77f007305ea3 (diff)
libretro: add comments about easyrpg core build process
Diffstat (limited to 'pkgs/applications/emulators/retroarch/update_cores.py')
-rwxr-xr-xpkgs/applications/emulators/retroarch/update_cores.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/retroarch/update_cores.py b/pkgs/applications/emulators/retroarch/update_cores.py
index e45f4464d6f65..3b4ee5f776925 100755
--- a/pkgs/applications/emulators/retroarch/update_cores.py
+++ b/pkgs/applications/emulators/retroarch/update_cores.py
@@ -50,6 +50,10 @@ CORES = {
     "dolphin": {"repo": "dolphin"},
     "dosbox": {"repo": "dosbox-libretro"},
     "dosbox-pure": {"repo": "dosbox-pure", "owner": "schellingb"},
+    # The EasyRPG core is pinned to 0.8 since it depends on version 0.8 of liblcf, which
+    # was released in April 2023.
+    # Update the version when a compatible liblcf is available.
+    # See pkgs/games/easyrpg-player/default.nix for details.
     "easyrpg": {"repo": "Player", "owner": "EasyRPG", "fetch_submodules": True, "rev": "0.8"},
     "eightyone": {"repo": "81-libretro"},
     "fbalpha2012": {"repo": "fbalpha2012"},