Update README.md for 1.18.1

This commit is contained in:
Henrik Rydgård 2024-11-04 17:13:09 +01:00
parent a48247823f
commit fc0d8c3b29

View File

@ -25,6 +25,11 @@ To download fresh development builds for Android, Windows and Mac, [go to the /d
For game compatibility, see [community compatibility feedback](https://report.ppsspp.org/games).
What's new in 1.18.1
--------------------
- Crashfix in PBP reader ([#19580])
- Fix minor theme issue in the Homebrew Store ([#19582])
What's new in 1.18
------------------
- Platform support
@ -325,3 +330,5 @@ What's new in 1.17
[#19390]: https://github.com/hrydgard/ppsspp/issues/19390 "OpenXR - Removal of \"VR/Experts only\" section"
[#19092]: https://github.com/hrydgard/ppsspp/issues/19092 "OpenXR - Support for Meta Horizon OS"
[#18924]: https://github.com/hrydgard/ppsspp/issues/18924 "Fix a bunch of cases where we forgot to check for CHD files"
[#19580]: https://github.com/hrydgard/ppsspp/issues/19580 "GCC/llvm: Enable a lot more warnings, error on missing return value"
[#19582]: https://github.com/hrydgard/ppsspp/issues/19582 "Fix minor theme issue in Store"