Update README.txt with changes in 0.9.7. Please comment if something is missing.

This commit is contained in:
Henrik Rydgård 2014-02-04 14:24:12 +01:00
parent ca8311b4b8
commit a2bd83584b

View File

@ -2,6 +2,7 @@ PPSSPP - a fast and portable PSP emulator
=========================================
Created by Henrik Rydgård
Additional code by many contributors, see the Credits screen
Originally released under the GPL 2.0 (and later) in November 2012
@ -18,6 +19,21 @@ 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 0.9.7
-------------------
* Several scheduling and audio fixes, fixing black screens in Yu Gi Oh games among other things.
* Screen rotation support on Android
* Initial multitouch support on Windows 8 for on-screen controls.
* Large improvements to the software renderer (still not really playable, but looks right more
often than not)
* Bugfixes and new VPL allocator, fixing Pangya Golf performance problems.
* Some mpeg/video playback fixes, fixing Parappa The Rapper and others.
* Fix save state bugs causing incompatibility between 32 and 64-bit platforms.
* Symbol map/debugger improvements
* Depth buffer copy, fixing Jeanne D'arc. May cause minor slowdowns though, this will be worked
around in the future.
* MsgDialog fixes
What's new in 0.9.6
-------------------
* Large general speed improvements and assorted bug fixes