Update on 2021-10-08

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

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
<param name="changesrevision">ce91798b27dc90425b7c6f715030fdac9780c235</param></service></servicedata>
<param name="changesrevision">14bf5de83c17d0719ca75764066f4ada79c8639a</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b02c5fa6c42df897ef73d4a35036027c1e594af7a9185f170899e6e4319d347
size 229179188

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f978f39ac452c21445d0403d7b29642884526df1b749cab7bc0a88e52fc381e4
size 229147052

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Oct 08 21:46:57 UTC 2021 - pousaduarte@gmail.com
- Update to version 1.12~git20211008:
* Consistent sampler modes in UI to make Mali happy
* Fix an assortment of minor VK barrier bugs in mostly texture upload
* Mip generation: Transition the correct mipmap after blit.
* More checks in ParamSFO reader. Only problem left is that the strings are null terminated and can walk off the buffer.
* Replaced textures: Don't leak handles on failure, check allocation success
* UI: Disable focus movement on game start.
* compat.ini: Add Street Riders to [DisableRangeCulling].
* compat.ini: Add NOVA to [DisableRangeCulling].
* Debugger: Keep pop up menus to ContextMenu only.
* Debugger: Centralize context menu handling.
* UI: Delay between successive mapping in controls.
* Draw: Atomically release objects.
* Set texture clamp mode for UI drawing. Fixes #14977, hopefully without breaking anything else..
* Add link to Chinese multiplayer wiki page.
* Paper over a race condition slightly better. Really need to redo sync here.
* Add sanity check to DirectoryFileHandle::Read
* Avoid throwing exceptions on bad post shader float parameters
* Sanity check string lengths in save state code
* Add some basic sanity checks to ParamSFO reader (could add more)
* Android: Catch some exceptions
-------------------------------------------------------------------
Thu Oct 07 20:46:30 UTC 2021 - pousaduarte@gmail.com

View File

@ -18,7 +18,7 @@
%define _lto_cflags %{nil}
Name: ppsspp
Version: 1.12~git20211007
Version: 1.12~git20211008
Release: 0
Summary: PlayStation Portable Emulator
License: GPL-2.0-or-later