mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #18245 from hrydgard/readme-1.16.5
Update README.md for 1.16.5
This commit is contained in:
commit
bc98cf6bcb
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
@ -25,6 +25,15 @@ 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.5
|
||||
====================
|
||||
- Additional crash and memory-leak fixes ([#18243], [#18244], [#18247])
|
||||
- Revert bad change that broke things with hardware transform turned off ([#18261])
|
||||
- Fix menu texture problem in Naruto Kizuna Drive in OpenGL ([#18255])
|
||||
- Apply flicker fix to WWE SvR 2007
|
||||
- More efficient handling of accelerometer events ([#18250])
|
||||
- Fix for jumpy graphics in Harvest Moon ([#18249])
|
||||
|
||||
What's new in 1.16.4
|
||||
====================
|
||||
- Simplify shader cache lookups on Vulkan, hopefully fixing some crashes ([#18218])
|
||||
|
@ -433,4 +442,11 @@ Credit goes to:
|
|||
[#18237]: https://github.com/hrydgard/ppsspp/issues/18237 "UI/localization: Italian translation update"
|
||||
[#18205]: https://github.com/hrydgard/ppsspp/issues/18205 "http: Fix errors on connect"
|
||||
[#18201]: https://github.com/hrydgard/ppsspp/issues/18201 "Asserts and checks"
|
||||
[#18206]: https://github.com/hrydgard/ppsspp/issues/18206 "GPU: Handle invalid blendeq more accurately"
|
||||
[#18206]: https://github.com/hrydgard/ppsspp/issues/18206 "GPU: Handle invalid blendeq more accurately"
|
||||
[#18243]: https://github.com/hrydgard/ppsspp/issues/18243 "More crashfix/leakfix attempts"
|
||||
[#18244]: https://github.com/hrydgard/ppsspp/issues/18244 "Core: Stop leaking file loaders"
|
||||
[#18247]: https://github.com/hrydgard/ppsspp/issues/18247 "Jit: Assert on bad exit numbers, allow two more exits per block"
|
||||
[#18261]: https://github.com/hrydgard/ppsspp/issues/18261 "Revert \"Merge pull request #18184 from hrydgard/expand-lines-mem-fix\""
|
||||
[#18255]: https://github.com/hrydgard/ppsspp/issues/18255 "Fix issue uploading narrow textures in OpenGL."
|
||||
[#18250]: https://github.com/hrydgard/ppsspp/issues/18250 "Separate out accelerometer events from joystick axis events"
|
||||
[#18249]: https://github.com/hrydgard/ppsspp/issues/18249 "arm64jit: Avoid fused multiplies in vcrsp.t"
|
Loading…
Add table
Reference in a new issue