From acc324e1f881b14afc861651c09959bd081f103d263cec9f7f522abad6813a1a Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Tue, 11 Dec 2018 13:59:09 +0000 Subject: [PATCH] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=144 --- _servicedata | 2 +- ppsspp-1.7.1~git20181207.tar.xz | 3 --- ppsspp-1.7.5~git20181211.tar.xz | 3 +++ ppsspp.changes | 26 ++++++++++++++++++++++++++ 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 ppsspp-1.7.1~git20181207.tar.xz create mode 100644 ppsspp-1.7.5~git20181211.tar.xz diff --git a/_servicedata b/_servicedata index 055a157..cce0781 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 070e29d921845fe324baa4f9c403df0898c2d1ca \ No newline at end of file + 60a81a61441a642d1abbf39440b512b78ed0e43b \ No newline at end of file diff --git a/ppsspp-1.7.1~git20181207.tar.xz b/ppsspp-1.7.1~git20181207.tar.xz deleted file mode 100644 index 388120a..0000000 --- a/ppsspp-1.7.1~git20181207.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c644496321947c5d506dba3b312c70549aa361b7464068cd75a02982cc81ded8 -size 170976748 diff --git a/ppsspp-1.7.5~git20181211.tar.xz b/ppsspp-1.7.5~git20181211.tar.xz new file mode 100644 index 0000000..d94a3ab --- /dev/null +++ b/ppsspp-1.7.5~git20181211.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6dbb69ed3cf60325c18c16672f2fca28c800b11aa62181bc1fce5050a9001f +size 171002148 diff --git a/ppsspp.changes b/ppsspp.changes index edc00c7..031bba8 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -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