1.9.3 commit

This commit is contained in:
Henrik Rydgård 2019-10-06 15:02:44 +02:00
parent e5125a196c
commit bf1777f7d3
2 changed files with 8 additions and 3 deletions

View File

@ -23,7 +23,12 @@ 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.9.0/1.9.1
What's new in 1.9.0/1.9.3
-------------------------
* Sizing/touch fixes on Android
* Fixes for some crashes
What's new in 1.9.0/1.9.2
-------------------------
* Flicker fixed in God of War that appeared with newer drivers for Mali GPUs (#12224)
* Improve performance of God of War on Vulkan (#12242), implement built-in GPU profiler (#12262, #12266)

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="19020000"
android:versionName="1.9.2.0">
android:versionCode="19030000"
android:versionName="1.9.3.0">
<!-- Note that versionCode should be in the format xyzzrrrr. Example: 16030000 -->
<!-- In this same case, versionName should be 1.6.3.0 -->
<!-- Also note that we are overriding these values anyway from gradle. -->