mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-04 12:37:08 +00:00
Update version numbers to 1.2.2, more README fixes
This commit is contained in:
parent
66be74f054
commit
8c9f3b9509
@ -3,7 +3,7 @@
|
||||
<id>com.Qtness.PPSSPP</id>
|
||||
<name>PPSSPP</name>
|
||||
<filename>PPSSPPBlackberry</filename>
|
||||
<versionNumber>1.2.1</versionNumber>
|
||||
<versionNumber>1.2.2</versionNumber>
|
||||
<buildId>1</buildId>
|
||||
<description>Playstation Portable emulator.</description>
|
||||
|
||||
|
@ -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 ) {
|
||||
|
@ -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
|
||||
|
@ -2,8 +2,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.ppsspp.ppsspp"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="1210"
|
||||
android:versionName="1.2.1.0">
|
||||
android:versionCode="1220"
|
||||
android:versionName="1.2.2.0">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="9"
|
||||
|
Loading…
x
Reference in New Issue
Block a user