Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=170
This commit is contained in:
parent
749a370975
commit
50d7483494
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">128c0adc3918914935d2e03c95cc46edd85d963d</param></service></servicedata>
|
||||
<param name="changesrevision">bff58d0921acc2654d485a81231cc592235939b2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3b8b6a8a6ebc731dc7b86f042cfdc9f460a2653d661c8f1501272b77de5f739
|
||||
size 170995248
|
3
ppsspp-1.7.5~git20190207.tar.xz
Normal file
3
ppsspp-1.7.5~git20190207.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1000ab62ef5ffecd9bdb9703791baf1073a5f83a75787e54544da17af200b3e
|
||||
size 171087852
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 08 13:24:43 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.7.5~git20190207:
|
||||
* Update lang
|
||||
* VK code cleanup: Just a little helper for handling dedicated allocation for images.
|
||||
* Disable vertex range culling on old NVIDIA. Should help #11638
|
||||
* Detect PCI device ID where available (not in GL?)
|
||||
* Add missing break statement fixing bizarre language menu issue from #7929
|
||||
* Enable the FPS limit for F1 2006, too.
|
||||
* Partially revert #10456 (avoid limit FPS without a clear).
|
||||
* Remove iForceMaxEmulatedFPS and replace with a compat setting for the two games that really need it.
|
||||
* Qt: Apply suggested keyboard shortcut fix. Fixes #11735.
|
||||
* Qt: Remove keyboard shortcut for buffered rendering. Mitigates #11725 although not a proper fix.
|
||||
* Compat: Force realistic UMD timing for F1 2006. Fixes #9193 but not the game, since there's also #11177.
|
||||
* Remove unused API, assorted cleanup.
|
||||
* Further improve VK extension loading. Switch to VK_EXT_debug_utils (but fallback to VK_EXT_debug_report if only that is available).
|
||||
* Update glslang to latest version
|
||||
* Add code to enable a couple more extensions I anticipate using eventually.
|
||||
* Properly use VK_KHR_dedicated_allocation to make some drivers extra happy
|
||||
* Minor refactor of physical device property/feature detection, to allow for more extension use.
|
||||
* More Vulkan validation fixes
|
||||
* Android .nomedia: Don't hide everything under PSP, too harsh.
|
||||
* To avoid strange images in Android gallery, pre-create TEXTURES with a .nomedia, and add .nomedia to the PSP directory.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 04 19:36:29 UTC 2019 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ppsspp
|
||||
Version: 1.7.5~git20190204
|
||||
Version: 1.7.5~git20190207
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user