Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=219
This commit is contained in:
parent
d4d09459a2
commit
1e75de1961
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">0b17dd04e6f2be7c7d8d317aa718ee8b1d35c06a</param></service></servicedata>
|
||||
<param name="changesrevision">e3971dccbde395fb6d990dd3b3be66f65326325d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9523a5496fc808b42c3f4cc202db78b98c3880574220e011d500c888887fee47
|
||||
size 194804456
|
3
ppsspp-1.9.3~git20191015.tar.xz
Normal file
3
ppsspp-1.9.3~git20191015.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d54d37b8eefce4ccb1f552f465d0f00db69dc0359803df05e72df3e3e844406
|
||||
size 194762800
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 18:16:47 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.9.3~git20191015:
|
||||
* Fix fork logic
|
||||
* Replace horrible hack with less horrible hack
|
||||
* Fix name collision on iOS build
|
||||
* Move the viewport clamping back to rendermanager to avoid a struct copy in the common case.
|
||||
* Fix misplaced break
|
||||
* Vulkan: Move viewport/scissor rotation to the QueueRunner instead of RenderManager. Add some checks.
|
||||
* Vulkan blend factor: Bugfix and minor optimization
|
||||
* Update last commit to use IsValidRange instead of IsValidAddress.
|
||||
* Code analysis: Skip invalid code sections. May help #12414.
|
||||
* UI: Better way of showing game/savedata images. Fixes #12408
|
||||
* WASAPI: Discovered by chance that pwstrDeviceId can be null. Treating it as a new device.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 09 20:56:30 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ppsspp
|
||||
Version: 1.9.3~git20191008
|
||||
Version: 1.9.3~git20191015
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user