Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=135
This commit is contained in:
parent
3fc7b6cd6f
commit
c1f8a0b391
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">a30da4b6742dff96910f63a1783e7dd7a250b2ca</param></service></servicedata>
|
||||
<param name="changesrevision">e664e1c1dd0270f4b401262cdb00f8cc3d86ae75</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b770cf5dd57fe70ee83958001784e1e32a75b097c80de192be22cca6f1b5c3c
|
||||
size 171005380
|
3
ppsspp-1.7.1~git20181123.tar.xz
Normal file
3
ppsspp-1.7.1~git20181123.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cbef6e91b74265688f4f718b209eab51ff250b1a43d20dfc6257707023de66f
|
||||
size 170979740
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 23 21:42:15 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.7.1~git20181123:
|
||||
* SoftGPU: Oops, properly apply pixel mask in 16-bit.
|
||||
* GE Debugger: Fix display of raw normals.
|
||||
* GPU: Use provoking normal for lighting with flat.
|
||||
* SoftGPU: Correct clipping for flat shading.
|
||||
* VK: Fix sometimes-missing images in GameScreen. Can't load textures from update(). (should probably make that possible though.. later).
|
||||
* GLES: Fix render-to-self detection.
|
||||
* GPU: Correct specular exponent zero.
|
||||
* GPU: Skip specular on negative diffuse factor.
|
||||
* GPU: Correct powered diffuse with exp=0.
|
||||
* GPU: Handle spot light with 0 exp or length.
|
||||
* GPU: Skip specular on powered diffuse.
|
||||
* Reporting: Ignore link error with bad shaders.
|
||||
* Attempt to fix the last very common issue of #11493 by being paranoid
|
||||
* VK: Workaround for validation bug (will be fixed in the next Vulkan SDK)
|
||||
* Assert even in release mode if preset shaders fail to compile. This is just to help track down a Play crash.
|
||||
* VK: Add extra safety checks around font texture creation. Motivated by some Play crashes.
|
||||
* SoftGPU: Fix pixel mask on rectangle clear.
|
||||
* handle cullface, help to #10597
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 13:57:42 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ppsspp
|
||||
Version: 1.7.1~git20181120
|
||||
Version: 1.7.1~git20181123
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user