Scheduled source refresh

OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=144
This commit is contained in:
Duarte Pousa 2018-12-11 13:59:09 +00:00 committed by Git OBS Bridge
parent 43d9b4f39f
commit acc324e1f8
4 changed files with 30 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
<param name="changesrevision">070e29d921845fe324baa4f9c403df0898c2d1ca</param></service></servicedata>
<param name="changesrevision">60a81a61441a642d1abbf39440b512b78ed0e43b</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c644496321947c5d506dba3b312c70549aa361b7464068cd75a02982cc81ded8
size 170976748

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d6dbb69ed3cf60325c18c16672f2fca28c800b11aa62181bc1fce5050a9001f
size 171002148

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Dec 11 13:34:03 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.7.5~git20181211:
* GE Debugger: Fix dump replay ticks accounting.
* Windows: Hide Vulkan/D3D11 if not available.
* Revert 6fd1c0e3d and eba6c00 which experimentally disabled dual src on Adreno.
* Just make the optimized (non-release) android build debuggable.
* Attempt to improve Discord Rich Presence
* Update to 1.7.5, update lang
* cmake: Fix CMP0077 policy warnings.
* cmake: Remove the unused RASPBIAN define.
* GL: Realized we need another sanity check in the readback code
* Have to increment the build number due to a mistake, so make it 1.7.4
* Update readme for 1.7.3
* 1.7.3
* Revert "Android: Fix Vulkan immersive startup."
* VK: Fix sometimes-missing images in GameScreen. Can't load textures from update(). (should probably make that possible though.. later).
* Attempt to fix the last very common issue of #11493 by being paranoid
* VK: Add extra safety checks around font texture creation. Motivated by some Play crashes.
* Core: Fix spurious error on Linux/Unix paths.
* Coldbird server moved, so change the default.
* ManagedTexture: CreateTextureFromFileData should not return a ManagedTexture object if it fails.
* Comply with new Google Play policy that is not happy with "Support PPSSPP" leading to the PPSSPP Gold app in Play
* Windows: Check for devices on Windows events only.
-------------------------------------------------------------------
Fri Dec 07 12:59:48 UTC 2018 - pousaduarte@gmail.com