This commit is contained in:
Henrik Rydgård 2017-12-05 14:51:51 +01:00
parent 44b1dc8daf
commit a1e74d0d4f
2 changed files with 6 additions and 2 deletions

View File

@ -19,6 +19,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). For build instructions and other development tutorials, see the [wiki](https://github.com/hrydgard/ppsspp/wiki).
What's new in 1.5.4
-------------------
* Bugfixes and crashfixes!
What's new in 1.5.0 What's new in 1.5.0
------------------- -------------------
* Full Vulkan support, also for Android now. Very fast on supported devices. (#10033, #10049) * Full Vulkan support, also for Android now. Very fast on supported devices. (#10033, #10049)

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.ppsspp.ppsspp" package="org.ppsspp.ppsspp"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="15030000" android:versionCode="15040000"
android:versionName="1.5.3.0"> android:versionName="1.5.4.0">
<!-- Note that versionCode should be in the format xyzzrrrr --> <!-- Note that versionCode should be in the format xyzzrrrr -->
<uses-sdk <uses-sdk