[gnome-games] flatpak: Block PCSX at a certain version



commit 7e018bda9e42ca4ce93e19b3997e50efa9cc06de
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Tue Apr 25 20:47:34 2017 +0200

    flatpak: Block PCSX at a certain version
    
    Upstream broke resuming some time ago:
    
      https://github.com/libretro/pcsx_rearmed/commit/726da67c8bd8163a9b5a67f36c7e715f021df7df
    
    So Adrien fixed it by reverting that commit:
    
      https://github.com/libretro/pcsx_rearmed/commit/53e4a7e5cb46ad8589825ec95e15b56614cc54d9
    
    But then they reverted the revert because it fixes some issues, and it
    doesn't seem to matter that it introduces other issues:
    
      https://github.com/libretro/pcsx_rearmed/commit/d9e770393ef9f049a40e34c06b12f0e3435dce46
    
    So for now, I'm making us build from the last commit before that change,
    because automatically resuming is an important feature of Games.

 flatpak/libretro-cores/libretro-pcsx_rearmed.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/libretro-cores/libretro-pcsx_rearmed.json 
b/flatpak/libretro-cores/libretro-pcsx_rearmed.json
index 011cbc8..1d10ae1 100644
--- a/flatpak/libretro-cores/libretro-pcsx_rearmed.json
+++ b/flatpak/libretro-cores/libretro-pcsx_rearmed.json
@@ -18,7 +18,8 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://github.com/libretro/pcsx_rearmed";
+                    "url": "https://github.com/libretro/pcsx_rearmed";,
+                    "commit": "511848c9da1829102e9107ca06e2a06a2f7982eb"
                 },
                 {
                     "type": "file",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]