Skip to content

Commit

Permalink
Update to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed May 28, 2018
1 parent 79f8388 commit 88e358a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88e358a

Please sign in to comment.