mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 00:29:57 +00:00
Update version to 1.2.1
This commit is contained in:
parent
2a77ab71aa
commit
52eca3d211
@ -3,7 +3,7 @@
|
||||
<id>com.Qtness.PPSSPP</id>
|
||||
<name>PPSSPP</name>
|
||||
<filename>PPSSPPBlackberry</filename>
|
||||
<versionNumber>1.2.0</versionNumber>
|
||||
<versionNumber>1.2.1</versionNumber>
|
||||
<buildId>1</buildId>
|
||||
<description>Playstation Portable emulator.</description>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
VERSION = 1.2.0.0
|
||||
VERSION = 1.2.1.0
|
||||
DEFINES += USING_QT_UI USE_FFMPEG
|
||||
|
||||
exists( /usr/include/snappy-c.h ) {
|
||||
|
@ -18,6 +18,10 @@ For the latest source code, see [our github page](https://github.com/hrydgard/pp
|
||||
|
||||
For build instructions and other development tutorials, see the [wiki](https://github.com/hrydgard/ppsspp/wiki).
|
||||
|
||||
What's new in 1.2.1
|
||||
-------------------
|
||||
* Fixes for some crash-on-shutdown and app switching problems.
|
||||
|
||||
What's new in 1.2.0
|
||||
-------------------
|
||||
* A major rework of sceAtrac audio decoding, fixing various music hangs and similar issues
|
||||
|
@ -2,8 +2,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.ppsspp.ppsspp"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="1200"
|
||||
android:versionName="1.2.0.0">
|
||||
android:versionCode="1210"
|
||||
android:versionName="1.2.1.0">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="9"
|
||||
|
Loading…
Reference in New Issue
Block a user