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 }, {