Merge pull request #4 from flathub/1.6

Update to 1.6
This commit is contained in:
TingPing 2018-07-30 23:16:38 +00:00 committed by GitHub
commit 7837f2c2b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 6 deletions

View file

@ -20,6 +20,26 @@
<screenshot>https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png</screenshot>
</screenshots>
<releases>
<release version="1.6.3" date="2018-06-05"/>
<release version="1.6.1" date="2018-05-30">
<description>
<p>Fix various crashes</p>
</description>
</release>
<release version="1.6" date="2018-05-26">
<description>
<ul>
<li>OpenGL backend now properly multithreaded, giving a good speed boost.</li>
<li>Various Vulkan performance improvements and memory allocation fixes.</li>
<li>GPU command interpreter performance improvements</li>
<li>Bugfixes and some performance improvements in the ARM64 JIT compiler and IR interpreter</li>
<li>Shader cache enabled for Vulkan</li>
<li>Texture replacement ID bugfix (note: some textures from 1.5.4 may become incompatible)</li>
<li>Adhoc multiplayer fixes</li>
<li>Vulkan support on Linux/SDL</li>
</ul>
</description>
</release>
<release version="1.5.4" date="2017-12-05"/>
<release version="1.5.1" date="2017-11-29">
<description>

View file

@ -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.5.4",
"tag": "v1.6.3",
"disable-shallow-clone": true
},
{