From 8bb8320d622894a42cff748af191a298f7ef8d4cb5c63b8e0da75f684780c58c Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Tue, 19 Oct 2021 12:46:21 +0000 Subject: [PATCH] Update on 2021-10-19 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=303 --- _servicedata | 2 +- ppsspp-1.12.2~git20211013.tar.xz | 3 --- ppsspp-1.12.3~git20211019.tar.xz | 3 +++ ppsspp.changes | 39 ++++++++++++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 44 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.12.2~git20211013.tar.xz create mode 100644 ppsspp-1.12.3~git20211019.tar.xz diff --git a/_servicedata b/_servicedata index 433f2a4..5a5d93a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 11b65ca227b9624a3fc2fb123dfe009b8f68435d \ No newline at end of file + 16bf5197e4accf36f4e198a2b099985c0bbb3929 \ No newline at end of file diff --git a/ppsspp-1.12.2~git20211013.tar.xz b/ppsspp-1.12.2~git20211013.tar.xz deleted file mode 100644 index 2f7acb8..0000000 --- a/ppsspp-1.12.2~git20211013.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42c223052bcfb799794cf5d390ead962f12b05271c6ef54d47ff994ef0055240 -size 229191912 diff --git a/ppsspp-1.12.3~git20211019.tar.xz b/ppsspp-1.12.3~git20211019.tar.xz new file mode 100644 index 0000000..7d07d3b --- /dev/null +++ b/ppsspp-1.12.3~git20211019.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1a48aee7a6765ffabf1d24789bf7294224ff1c996ddd7b0ad5728b1dbcd287 +size 229228984 diff --git a/ppsspp.changes b/ppsspp.changes index 620dc67..a221062 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Oct 19 12:34:26 UTC 2021 - pousaduarte@gmail.com + +- Update to version 1.12.3~git20211019: + * Update version to 1.12.3 + * Update README.md for 1.12.3 + * CwCheat: Remove assert on TempAR type codes. Seems weird that we had this. + * HLE: Add a few syscall names. + * Update Turkish translation (tr_TR), thanks Kishira Darken. + * compat.ini: Add Valkyrie Profile: Lenneth to [MpegAvcWarmUp], works around ending crash. + * GPU: Blit framebuf depth on create too. + * GPU: Refactor framebuffer depth blit for reuse. + * GPU: Fix matrix uvgen in software transform. + * Windows: Pause from menu shouldn't affect Break. + * GLES: Re-enable vertex cache. + * Io: Remove setting to disable I/O on thread. + * Reporting: Require I/O on thread to be on. + * UI: Remove I/O on thread setting. + * lang: Cleanup outdated translation key. + * Display: Remove frameskip fast-forward mode. + * GLES: Support GL_APPLE_clip_distance too. + * GPU: Support clip and cull distances separately. + * GPU: Move Z/W equal hack to bugs from supports. + * GPU: Split clip and cull caps. + * iOS: Buildfix bad GLES headers. + * D3D11: Support vertex clip/cull planes. + * D3D11: Correct clearing samplers. + * Vulkan: Cull verts fully outside depth. + * UI: Clear textures on Begin. + * GLES: Enable/disable clip distance 0. + * GLES: Check clip/cull distance support. + * Vulkan: Use clip distance only if supported. + * Vulkan: Add negative Z clipping. + * GPU: Correct depth handling for guardband. + * GPU: Verify throughmode for clears/rects. + * GPU: Cull rectangles more when depth clamp off. + * GPU: Cull rectangles outside valid Z. + * Update target Android version from 11 to 12. (API 30 to 31). + ------------------------------------------------------------------- Fri Oct 15 09:29:23 UTC 2021 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 7a97ef6..114fa45 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -18,7 +18,7 @@ %define _lto_cflags %{nil} Name: ppsspp -Version: 1.12.2~git20211013 +Version: 1.12.3~git20211019 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later