Update on 2021-01-31
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=271
This commit is contained in:
parent
b52cd42995
commit
551ecbc300
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">6b110af3e6a460b25513da729ecaea3a29ea4bca</param></service></servicedata>
|
||||
<param name="changesrevision">ce2e47f3532a1a6fbae050739d883baa0808296e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85833b3df5e623c161942a52ecda5eff334ff8b343a062e3e4f68a43e95c90b9
|
||||
size 215467380
|
3
ppsspp-1.10.3~git20210131.tar.xz
Normal file
3
ppsspp-1.10.3~git20210131.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a88143845c4fa47e02ab6d41e2b4667e6d61c9fc34c60e5a0ac00093d2f296a3
|
||||
size 215413916
|
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 31 14:59:15 UTC 2021 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.10.3~git20210131:
|
||||
* Ge: Restore saved context when ending a list.
|
||||
* Ge: Improve some logging and memchecks.
|
||||
* Mpeg:Only allow firmware >= 6 for warmup
|
||||
* Vulkan: Fix image layout issues after compute shader uploads.
|
||||
* Io: Consistently use LE values of ISO entries.
|
||||
* Only force the log level if it set via an argv
|
||||
* jit: Be very clear on sign extension.
|
||||
* Core: Correct branch analysis truncation.
|
||||
* Fix Apple gpu detection
|
||||
* Attempt to fix #14022
|
||||
* Fix logging flags
|
||||
* x64Emitter: Fix unaligned store UBSAN errors
|
||||
* Fix left shift of negative value in MIPSCodeUtils
|
||||
* Minimize the Adreno shader compiler bug repro test
|
||||
* Fix connection issue on Dynasty Warriors (Shin Sangoku Musou) games when playing with more than 2 players.
|
||||
* jit: Make branch shift more obvious.
|
||||
* Fix alignment issues in ISOFileSystem
|
||||
* Fix Russian characters ltn8~15.pgf
|
||||
* CMake: Fix UBSAN link error
|
||||
* CMake: Rename USE_ADDRESS_SANITIZER to USE_ASAN
|
||||
* CMake: Add USE_UBSAN
|
||||
* Try to build fix on non-windows
|
||||
* Mpeg:Only allow firmware >= 3 for warmup
|
||||
* (.gitlab-ci.yml) Add windows-x64 target
|
||||
* FindFFmpeg: Fix a few issues
|
||||
* gitlab ci change requested by m4xw
|
||||
* Fix Greek characters ltn0~7.pgf
|
||||
* Specify MaxScale=2 for the new MMPX texture scaling shader
|
||||
* Vulkan: Allow tex shaders to specify a max scale.
|
||||
* Vulkan: Add MMPX upscaling texture shader.
|
||||
* Remove duplicates from ThreadManForKernel
|
||||
* Mp3: Correct logging for init.
|
||||
* Updated GameMode initial data sync, in case remote players aren't listening yet when sending initial data (fix Pocket Pool)
|
||||
* Mp3: Always keep sample rate from original mp3.
|
||||
* Add back XCode TARGETED_DEVICE_FAMILY config line
|
||||
* Mp3: Allow decode without pcm pointer.
|
||||
* Mp3: Correct error handling for newer sdk versions.
|
||||
* GLES: Remove direct khrplatform.h header include.
|
||||
* Add header information
|
||||
* sceMp3Init:Add layerBits and versionBits information
|
||||
* Don't allow ForcedFirstConnect hack when using PtpConnect within PtpOpen to prevent returning result from blocking PtpConnect instead of result of PtpOpen.
|
||||
* Reporting: Expose CRC queue methods for other uses.
|
||||
* D3D9: Don't allow separate alpha clears.
|
||||
* GPU: Respect stencil write mask for 5551 buffers.
|
||||
* GE: Better naming of render passes for color reinterpret
|
||||
* Io: Don't allow async close while async busy.
|
||||
* Fix duplicate shader version in the flat shader test
|
||||
* OpenGL fragment shader gen: Fix precision inconsistency for v_color0/1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 24 14:20:20 UTC 2021 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _lto_cflags %{nil}
|
||||
Name: ppsspp
|
||||
Version: 1.10.3~git20210124
|
||||
Version: 1.10.3~git20210131
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user