Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=181
This commit is contained in:
parent
1d6a7e911a
commit
f21946392a
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">6c9ee0ea59506713271b6829aca0e45806bfe6a4</param></service></servicedata>
|
||||
<param name="changesrevision">bd71af24db441d8a64b86af15034cf97bcf2204b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27eeeeee16371a6e8ca893873f79b7756e48fbc8e6ce4439f187fdec2630d4fe
|
||||
size 171251636
|
3
ppsspp-1.7.5~git20190227.tar.xz
Normal file
3
ppsspp-1.7.5~git20190227.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94e2f8b6c4f99398ea5c3f9cd9d90e69d9f0b242fc6a473d3840c8addc5b4d75
|
||||
size 171249544
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 15:23:38 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.7.5~git20190227:
|
||||
* Fix some minor things found looking at Valgrind output
|
||||
* Add missing line to SDL EGL init (no way this path could have worked anywhere?)
|
||||
* EGL errors should cause us to bail. Also downweight alpha in the EGL config chooser. See #11839
|
||||
* Silence a compiler warning, fix an uninitialized variable
|
||||
* Disable vertex range culling when the depthrange hack is enabled. Temporary workaround for #11576.
|
||||
* Ignore DisableAccurateDepth on Adreno as well. Fixes #11557
|
||||
* Disable more texcoord math on terrible-precision PowerVR (it's really awful). Fixes #9189.
|
||||
* EGL: Avoid HDR mode. Uses unknownbrackets' changes from #11839.
|
||||
* Better place for CloseHandle
|
||||
* Found the handle leak! Doh.
|
||||
* Avoid trying to create a FileLoader for empty filenames
|
||||
* Rename the lag sync config ini setting to reset it for all users. See #10195.
|
||||
* Back out wrong change. Leaving better error handling for later.
|
||||
* VulkanImage: Fix issue where we'd try to free dedicated allocations from the allocator_ instead of Vulkan directly.
|
||||
* interp: Implement vsbz and vlgb.
|
||||
* Jit: Correct VFPU prefix eating flags.
|
||||
* interp: Correctly handle vsocp prefixes.
|
||||
* Jit: Correct vocp prefix handling.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 23 19:23:23 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ppsspp
|
||||
Version: 1.7.5~git20190223
|
||||
Version: 1.7.5~git20190227
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user