diff --git a/README.md b/README.md index ce9c9f8250..e2edf2b314 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,18 @@ If you want to download regularly updated builds for Android, Windows x86 and x6 For game compatibility, see [community compatibility feedback](https://report.ppsspp.org/games). +What's new in 1.16.1 +==================== + +- Move RetroAchievements to the Tools tab in settings ([#18127]) +- Fix graphics regressions in Hot Shots Golf 2 / Everybody's Golf 2 and Final Fantasy Tactics ([#18142]) +- Fix hang when switching UMD with RetroAchievements enabled ([#18143]) +- Fix hang on startup with OpenGL, that happened often if "buffer commands" was set to off. +- Fix problem with the sc instruction that broke Beats ([#18133], [#18140]) +- Fix problem with the chat window accidentally closing on typing X ([#18135]) +- Fix some crashes, add some asserts and reporting hooks ([#18129]) +- Fix some text rendering in the software renderer ([#18126]) + What's new in 1.16 ================== Special thanks to unknownbrackets for the new JIT compilers, and fp64 for finally cracking the vrnd instruction. @@ -368,4 +380,4 @@ Credit goes to: [#17676]: https://github.com/hrydgard/ppsspp/issues/17676 "Reduce delays in sceKernelReferThreadProfiler/ReferGlobalProfiler." [#17677]: https://github.com/hrydgard/ppsspp/issues/17677 "Kernel: Use lower profiler func timing" [#17952]: https://github.com/hrydgard/ppsspp/issues/17952 "[UWP] Improvements 2 (Configs, Render, Input)" -[#17974]: https://github.com/hrydgard/ppsspp/issues/17974 "(UWP) Another Round of Code Cleanups" \ No newline at end of file +[#17974]: https://github.com/hrydgard/ppsspp/issues/17974 "(UWP) Another Round of Code Cleanups"