From 8c9f3b9509e8a6850e086ec36a59ca7fa4082d60 Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sat, 19 Mar 2016 19:29:12 +0100 Subject: [PATCH] Update version numbers to 1.2.2, more README fixes --- Blackberry/bar-descriptor.xml | 2 +- Qt/Settings.pri | 2 +- README.md | 5 +++-- android/AndroidManifest.xml | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Blackberry/bar-descriptor.xml b/Blackberry/bar-descriptor.xml index e4e781f004..beed12ab57 100644 --- a/Blackberry/bar-descriptor.xml +++ b/Blackberry/bar-descriptor.xml @@ -3,7 +3,7 @@ com.Qtness.PPSSPP PPSSPP PPSSPPBlackberry - 1.2.1 + 1.2.2 1 Playstation Portable emulator. diff --git a/Qt/Settings.pri b/Qt/Settings.pri index 5c4aff3f98..be855dfa00 100644 --- a/Qt/Settings.pri +++ b/Qt/Settings.pri @@ -1,4 +1,4 @@ -VERSION = 1.2.1.0 +VERSION = 1.2.2.0 DEFINES += USING_QT_UI USE_FFMPEG exists( /usr/include/snappy-c.h ) { diff --git a/README.md b/README.md index e4d3aafe8a..cf8add8625 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ For build instructions and other development tutorials, see the [wiki](https://g What's new in 1.2.2 ------------------- * Went back to the old way of initializing graphics on Android. Should fix many recent issues. -* Some graphical fixes, and a screen clear optimization -* Fix to the homebrew store incorrectly unzipping some games. This will lead to more games being added. +* Some graphical fixes, a vertex cache performance improvement and a screen clear optimization +* Fix for dual source blending on most SHIELD devices, causing graphical issues. +* Fix the homebrew store incorrectly unzipping some games. This will lead to more games being added. * Slightly faster ISO handling What's new in 1.2.1 diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 1610b466d9..a9bd8f3324 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="1220" + android:versionName="1.2.2.0">