Update on 2021-02-08

OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=275
This commit is contained in:
Duarte Pousa
2021-02-08 01:06:28 +00:00
committed by Git OBS Bridge
parent e2c3aaa1db
commit d5239d467f
5 changed files with 30 additions and 5 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Feb 08 00:59:28 UTC 2021 - pousaduarte@gmail.com
- Update to version 1.11~git20210207:
* Update version to 1.11
* Do the title screen animation by accumulator instead, to avoid a long first frame breaking it.
* Update lang,pspautotests submodules
* Run the link script, fixups
* Run the link script
* Removing hleDelayResult from internal adhoc functions to prevent waking up thread that supposed to be blocked by the outer HLE.
* Updated some Logs to help finding the location of the call to debug.
* PPGe: Clear text allocations on shutdown.
* PPGe: Fallback to atlas text on alloc fail.
* Debugger: Populate funcs if disassembly open early.
* Fix jpn0.pgf characters position.
* Fix possible race condition issue.
* Moving hleDelayResult from internal function of SetSocketAlert to prevent waking up HLE-blocked thread
* Minor renaming
* We don't really need to allocate a buffer when using MSG_TRUNC on recvfrom
* More stuff in README.md
* More from unknown and sum2012
* List fixed games. Thanks sum2012
* Address initial feedback by iota97
* Update README.md for 1.11
-------------------------------------------------------------------
Sun Feb 07 00:39:08 UTC 2021 - pousaduarte@gmail.com