Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=211
This commit is contained in:
parent
1504b47272
commit
e29db7f41d
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">4d195ce955f95a20e738c65a5679eafc4b8991e2</param></service></servicedata>
|
||||
<param name="changesrevision">213e2ccefceb23e37cda64cc0ea9232541beb241</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2baf827efbf7be24d0136a208eb6bdba46a4af69475b0c7d8906c1ddde8c19a
|
||||
size 194761016
|
3
ppsspp-1.8.0~git20190808.tar.xz
Normal file
3
ppsspp-1.8.0~git20190808.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2407a5c703c148f5f3e43cfe2a6d0fec723f06b2e494fb1be1c044990170bcae
|
||||
size 194747336
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 08 20:17:13 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.8.0~git20190808:
|
||||
* Vulkan: Add missing barrier when rendering to a target that's already in COLOR_OPTIMAL layout.
|
||||
* Some changes and asserts.
|
||||
* Vulkan: Improve the Metal Gear Acid 2 performance hack.
|
||||
* Move NKCodeFrom*.h into the relevant platform folders
|
||||
* Address feedback
|
||||
* VFPU-Int: Add a few fast-paths to ReadMatrix/WriteMatrix. Should gain back part of the speed lost in #12217
|
||||
* Buildfix (oops)
|
||||
* Memchecks: Avoid taking the mutex lock if no memchecks active. Possible minor speedup in GoW and other block-copy-heavy games.
|
||||
* Compat: Add more Tekken game IDs to leg shake fix.
|
||||
* Compat: Option to use accurate dotprod for VMMUL.
|
||||
* interp: Implement software inverse square root.
|
||||
* interp: Oops, fix vdot bug with subnormals.
|
||||
* interp: Implement software sqrt to match PSP.
|
||||
* interp: Use vfpu_dot for vdet as well.
|
||||
* interp: Use software dot in vcrsp/vqmul.
|
||||
* interp: Fix adding infinity in software dot.
|
||||
* interp: Handle rounding in software dot.
|
||||
* interp: Correct INF * 0 during dot.
|
||||
* interp: Use an integer multiply for dots.
|
||||
* interp: Handle NaN better in vfpu_dot.
|
||||
* interp: Use vfpu_dot for vavg, vfad, vhdp.
|
||||
* interp: Use software dot for better accuracy.
|
||||
* Fix the indirect postprocessing path. Fixes #12133 (but see the issue for a secondary bug).
|
||||
* Update lang submodule
|
||||
* sceUsbMic
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 03 17:30:02 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ppsspp
|
||||
Version: 1.8.0~git20190801
|
||||
Version: 1.8.0~git20190808
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user