From f00367da205ff996adfa1efb3436116db0313842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Tue, 3 Jan 2023 10:44:19 +0100 Subject: [PATCH] Update README.md for 1.14.4 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 737324b3d1cf..0aaed77a1235 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ 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.14.4 +==================== +* Multiple shader compatibility fixes for older devices/drivers: ([#16710], [#16709], [#16708]) +* A few other minor fixes: ([#16703], [#16706]) + What's new in 1.14.3 ==================== * Several crash/hang fixes ([#16690], [#16689], [#16683], [#16685], [#16680], [#16697], [#16681], more) @@ -403,3 +408,8 @@ Credit goes to: [#16674]: https://github.com/hrydgard/ppsspp/issues/16674 "Broken menus after using Break on Load" [#16677]: https://github.com/hrydgard/ppsspp/issues/16677 "D3D11: Fix Draw state issues on pause screen" [#16692]: https://github.com/hrydgard/ppsspp/issues/16692 "Dialog: Fix confirm/cancel button reversal" +[#16710]: https://github.com/hrydgard/ppsspp/issues/16710 "GLES: Use uint for uint shift amounts" +[#16709]: https://github.com/hrydgard/ppsspp/issues/16709 "Correct some shader errors in reporting" +[#16708]: https://github.com/hrydgard/ppsspp/issues/16708 "Additional fixes from both our reports and Play reports" +[#16703]: https://github.com/hrydgard/ppsspp/issues/16703 "Minor fixes based on the latest Google Play report" +[#16706]: https://github.com/hrydgard/ppsspp/issues/16706 "softgpu: Fix lighting with 0 exp" \ No newline at end of file