From 8fd0426c29748226a9a5a51f2c1e16a68060d3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 22 Sep 2023 11:03:04 +0200 Subject: [PATCH 1/2] Update README.md for 1.16.3 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9a18bcc14b6f..488d8f498b3d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,13 @@ 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.3 +==================== +- Fix crash bug and performance issue in Vulkan shader cache ([#18183], [#18189]) +- Fix crash in icon loading in homebrew store ([#18185]) +- Add some memory safety check ([#18184], [#18194]) +- Fix problem when changing backend from the Windows menu ([#18182]) + What's new in 1.16.2 ==================== - Fix for HTTP support on Linux on networks with shaky or incomplete IPv6 support From 455b58487d8801dde38509a7312a85e58a99c5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 22 Sep 2023 11:03:29 +0200 Subject: [PATCH 2/2] Linkify readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 488d8f498b3d..1b9251be6155 100644 --- a/README.md +++ b/README.md @@ -407,4 +407,10 @@ Credit goes to: [#18169]: https://github.com/hrydgard/ppsspp/issues/18169 "Better handling of shadergen failures, other minor things" [#18151]: https://github.com/hrydgard/ppsspp/issues/18151 "GPU, VFS, UI: Fixed minor memleaks" [#18165]: https://github.com/hrydgard/ppsspp/issues/18165 "x86jit: Fix flush for special-purpose reg" -[#18158]: https://github.com/hrydgard/ppsspp/issues/18158 "Add -fno-math-errno" \ No newline at end of file +[#18158]: https://github.com/hrydgard/ppsspp/issues/18158 "Add -fno-math-errno" +[#18183]: https://github.com/hrydgard/ppsspp/issues/18183 "Pipeline/shader race-condition-during-shutdown crash fix" +[#18189]: https://github.com/hrydgard/ppsspp/issues/18189 "Be a bit smarter when loading the shader cache, avoid duplicating work" +[#18185]: https://github.com/hrydgard/ppsspp/issues/18185 "Store: Fix race condition causing crashes if looking at another game before an icon finishes downloading" +[#18184]: https://github.com/hrydgard/ppsspp/issues/18184 "Add memory bounds-check when expanding points, rects and lines to triangles" +[#18194]: https://github.com/hrydgard/ppsspp/issues/18194 "Cleanups and comment clarifications" +[#18182]: https://github.com/hrydgard/ppsspp/issues/18182 "Backend change from Win32 menu: Add quick workaround for instance counter misbehavior" \ No newline at end of file