Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=259
This commit is contained in:
parent
a74feb3b2b
commit
eabe38d86f
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">f1b9943947cf67dec81d0b09f8aa23f936054f4b</param></service></servicedata>
|
||||
<param name="changesrevision">bff3c15d6fdc618f72eb2c815557c74fe6a30b54</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be91b20e0bd22df698dd40005490cdcaf7485a2e0bf04dae256e39b968661cfb
|
||||
size 195483784
|
3
ppsspp-1.9.3~git20200522.tar.xz
Normal file
3
ppsspp-1.9.3~git20200522.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10fc285da913bfb07da09f32277eacad547af53843b89a857e75800480cde8fc
|
||||
size 195521976
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 22 20:12:29 UTC 2020 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.9.3~git20200522:
|
||||
* [Camera/V4L] Add support for jpeg and multiple buffers
|
||||
* Windows: Ask for a specific device on failure.
|
||||
* Windows: Avoid WASAPI init for a bad format.
|
||||
* Windows: Avoid crash for a mono output format.
|
||||
* Ge: Check stack depth based on args struct size.
|
||||
* GPU: Ignore viewport for scissor of 481.
|
||||
* Vulkan: Label render passes in RenderDoc/etc.
|
||||
* Vulkan: Cleanup some duplicate code.
|
||||
* Correct an issue where reformat didn't work if no renderpass was active due to the use of clear.
|
||||
* Remove a redundant framebuffer bind in CopyDisplayToOutput
|
||||
* Add a name tag for all render steps (GL/Vulkan). Helps with debugging and should be cheap enough (a single pointer per "step").
|
||||
* Move the check from #12908 into the firmware version check.
|
||||
* Vulkan: Avoid stencilAction != depthAction.
|
||||
* Vulkan: Check driver version for Adreno 5xx bug.
|
||||
* Vulkan: Move Harvest Moon fix to Draw::Bugs.
|
||||
* Vulkan: Stencil initialization: Use the adreno path for Mali as well.
|
||||
* Fix a case of pointer truncation in Vulkan on 32-bit. Fixes #12932
|
||||
* Vulkan crashfix (pNext was uninitialized)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:13:42 UTC 2020 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ppsspp
|
||||
Version: 1.9.3~git20200519
|
||||
Version: 1.9.3~git20200522
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user