Update to 1.6.1

This commit is contained in:
Henrik Rydgård 2018-05-28 18:47:10 +02:00
parent 79f8388e65
commit 88e358afc8
2 changed files with 7 additions and 2 deletions

View File

@ -20,6 +20,11 @@ For build instructions and other development tutorials, see [the wiki](https://g
For game compatibility, see [community compatibility feedback](https://report.ppsspp.org/games).
What's new in 1.6.1
-------------------
* Crashfixes
* Fix broken graphics in flOw.
What's new in 1.6.0
-------------------
* OpenGL backend now properly multithreaded, giving a good speed boost.

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.ppsspp.ppsspp"
android:installLocation="auto"
android:versionCode="16000000"
android:versionName="1.6.0.0">
android:versionCode="16010000"
android:versionName="1.6.1.0">
<!-- Note that versionCode should be in the format xyzzrrrr -->
<uses-sdk