Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=168
This commit is contained in:
parent
558e923130
commit
cbd0c3ae02
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">46585a5da9a276499e78afdcf5d6ced311eef86d</param></service></servicedata>
|
||||
<param name="changesrevision">b143e47fb62e227a3982b4c125c425446b850adf</param></service></servicedata>
|
3
ppsspp-1.7.5~git20190131.tar.xz
Normal file
3
ppsspp-1.7.5~git20190131.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e829fff3f5f39ca68e9d7bb79b234a1810478d77e1b228228dc9e748b7f95dcc
|
||||
size 170987992
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 01 14:44:39 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.7.5~git20190131:
|
||||
* VK: Load the dedicated allocation extension properly (but don't use it yet).
|
||||
* VK: Minor cleanup, turn off unfinished and probably wrong use of dedicated allocation feature
|
||||
* Load a function from VK_EXT_external_memory_host
|
||||
* Update Vulkan headers to SDK 1.1.97
|
||||
* Reorder stuff to make the compiler happy.
|
||||
* Minor cleanup
|
||||
* Improve the check for Vulkan to check for surface extensions first.
|
||||
* If we lose the Vulkan device, recommend the user to switch to Direct3D11.
|
||||
* Fix silly mistake editing the vulkan image code
|
||||
* Also buildfix for libretro
|
||||
* Remove some unnecessary vkDestroyImage calls.
|
||||
* Fix SDL build
|
||||
* Better handling of swap chain size, add PowerVR hack. Fixes #11743
|
||||
* Fixes for issues found by Vulkan validation layers, including a common non-harmful perf warning (doesn't fix all cases, but does fix the most common one).
|
||||
* DeleteDirRecursively: Don't leak the find handle on failure (win32)
|
||||
* CMakeLists: fix EGL detection for ARM devices
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 21:19:19 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ppsspp
|
||||
Version: 1.7.5~git20190123
|
||||
Version: 1.7.5~git20190131
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user