mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
Update readme for 1.7.3
This commit is contained in:
parent
2a65f224e6
commit
a59019a43a
11
README.md
11
README.md
@ -23,6 +23,17 @@ 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.7.3
|
||||
-------------------
|
||||
* Attempted fixes for a couple of common crashes
|
||||
* Reverted immersive mode change temporarily to see if it helps misaligned buttons
|
||||
* Change default adhoc server address
|
||||
|
||||
What's new in 1.7.2
|
||||
-------------------
|
||||
* Update text of "Buy PPSSPP Gold" button
|
||||
|
||||
What's new in 1.7.1
|
||||
-------------------
|
||||
* Minor crashfixes, lang updates
|
||||
|
@ -2,8 +2,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.ppsspp.ppsspp"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="17030000"
|
||||
android:versionName="1.7.3.0">
|
||||
android:versionCode="17030001"
|
||||
android:versionName="1.7.3.1">
|
||||
<!-- Note that versionCode should be in the format xyzzrrrr. Example: 16030000 -->
|
||||
<!-- In this same case, versionName should be 1.6.3.0 -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user