Update on 2021-02-11

OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=276
This commit is contained in:
Duarte Pousa
2021-02-11 22:15:20 +00:00
committed by Git OBS Bridge
parent d5239d467f
commit bd4761be35
5 changed files with 30 additions and 5 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Feb 11 22:08:36 UTC 2021 - pousaduarte@gmail.com
- Update to version 1.11.1~git20210211:
* Update version to 1.11.1
* Slight simplification in LogoScreen
* Update README.md for 1.11.1
* Fix lobby issue on The Warriors, probably also fix similar issue on other games too.
* Update zh_CN and zh_TW
* Windows recvfrom doesn't support MSG_TRUNC, so we're using dummy buffer with max size as alternative for peeking actual size of the next pending message.
* Fix frozen (0 FPS) issue on Kao Challengers and Asterix & Obelix XX (probably also fix other games from the same developer with similar issue) https://github.com/hrydgard/ppsspp/issues/14103
* Assorted paranoid cleanups, inspired by #14082
* Remove a completely unnecessary check in BackgroundAudio.cpp that caused glitching at 44.1khz.
* Update lang submodule (it_IT updates)
* SaveState: Prevent crash on bad cookie marker.
* Rename the new warmup variable from #14091
* Only allow sceMpegGetAvcAu warmup for God Eater Series
* Remove now-redundant check
* GL: Call CreateDeviceObjects *after* updating render_.
* Buildfix
* Cause the correct type of exception. Never ignore EXEC_ADDR exceptions.
* Handle exec addr errors better - don't let IgnoreBadMemoryAccesses skip dispatcher exceptions.
* Add more games to ReportSmallMemStick
* PPGe: Decimate text images properly.
-------------------------------------------------------------------
Mon Feb 08 00:59:28 UTC 2021 - pousaduarte@gmail.com