From 92d860abf4e966393e9cfb2570b39d082bd2ac77 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 26 May 2018 14:56:52 -0400 Subject: [PATCH 1/3] Update to 1.6 --- appdata.xml | 14 ++++++++++++++ org.ppsspp.PPSSPP.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/appdata.xml b/appdata.xml index 0dffa11..ad2438f 100644 --- a/appdata.xml +++ b/appdata.xml @@ -20,6 +20,20 @@ https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png + + +
    +
  • OpenGL backend now properly multithreaded, giving a good speed boost.
  • +
  • Various Vulkan performance improvements and memory allocation fixes.
  • +
  • GPU command interpreter performance improvements
  • +
  • Bugfixes and some performance improvements in the ARM64 JIT compiler and IR interpreter
  • +
  • Shader cache enabled for Vulkan
  • +
  • Texture replacement ID bugfix (note: some textures from 1.5.4 may become incompatible)
  • +
  • Adhoc multiplayer fixes
  • +
  • Vulkan support on Linux/SDL
  • +
+
+
diff --git a/org.ppsspp.PPSSPP.json b/org.ppsspp.PPSSPP.json index ef0d5bd..c6d8504 100644 --- a/org.ppsspp.PPSSPP.json +++ b/org.ppsspp.PPSSPP.json @@ -57,7 +57,7 @@ { "type": "git", "url": "https://github.com/hrydgard/ppsspp.git", - "tag": "v1.5.4", + "tag": "v1.6", "disable-shallow-clone": true }, { From faebe4744d3c88a50ea29d05d978030b69f8564e Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Wed, 30 May 2018 09:55:19 -0400 Subject: [PATCH 2/3] Update to 1.6.1 --- appdata.xml | 5 +++++ org.ppsspp.PPSSPP.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/appdata.xml b/appdata.xml index ad2438f..edbf663 100644 --- a/appdata.xml +++ b/appdata.xml @@ -20,6 +20,11 @@ https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png + + +

Fix various crashes

+
+
    diff --git a/org.ppsspp.PPSSPP.json b/org.ppsspp.PPSSPP.json index c6d8504..b691232 100644 --- a/org.ppsspp.PPSSPP.json +++ b/org.ppsspp.PPSSPP.json @@ -57,7 +57,7 @@ { "type": "git", "url": "https://github.com/hrydgard/ppsspp.git", - "tag": "v1.6", + "tag": "v1.6.1", "disable-shallow-clone": true }, { From d9bde9f1bd77ef2be5dcae62b400bd28c6c66e12 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Mon, 30 Jul 2018 18:38:45 -0400 Subject: [PATCH 3/3] Update to 1.6.3 --- appdata.xml | 1 + org.ppsspp.PPSSPP.json | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/appdata.xml b/appdata.xml index edbf663..32dd516 100644 --- a/appdata.xml +++ b/appdata.xml @@ -20,6 +20,7 @@ https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png +

    Fix various crashes

    diff --git a/org.ppsspp.PPSSPP.json b/org.ppsspp.PPSSPP.json index b691232..92f8b3c 100644 --- a/org.ppsspp.PPSSPP.json +++ b/org.ppsspp.PPSSPP.json @@ -21,19 +21,19 @@ "shared-modules/glew/glew.json", { "name": "libzip", - "config-opts": ["--disable-static"], + "buildsystem": "cmake-ninja", + "config-opts": ["-DCMAKE_BUILD_TYPE=Release"], "cleanup": [ "/bin", "/include", "/lib/pkgconfig", - "/share/man", - "/lib/*.la" + "/share/man" ], "sources": [ { "type": "archive", - "url": "https://libzip.org/download/libzip-1.3.2.tar.xz", - "sha256": "6277845010dbc20e281a77e637c97765c1323d67df4d456fd942f525ea86e185" + "url": "https://libzip.org/download/libzip-1.5.1.tar.xz", + "sha256": "04ea35b6956c7b3453f1ed3f3fe40e3ddae1f43931089124579e8384e79ed372" } ] }, @@ -57,7 +57,7 @@ { "type": "git", "url": "https://github.com/hrydgard/ppsspp.git", - "tag": "v1.6.1", + "tag": "v1.6.3", "disable-shallow-clone": true }, {