Update to 1.6

This commit is contained in:
Patrick Griffis 2018-05-26 14:56:52 -04:00
parent 5f733e475d
commit 92d860abf4
2 changed files with 15 additions and 1 deletions

View file

@ -20,6 +20,20 @@
<screenshot>https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png</screenshot>
</screenshots>
<releases>
<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

@ -57,7 +57,7 @@
{
"type": "git",
"url": "https://github.com/hrydgard/ppsspp.git",
"tag": "v1.5.4",
"tag": "v1.6",
"disable-shallow-clone": true
},
{