From 73a165c7d34712823b6f401a7a0d36e52443eb51b7aa36322fcdfb67952a0848 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Mon, 5 Feb 2024 05:24:01 +0000 Subject: [PATCH 1/3] Accepting request 1144078 from home:zombie_ryushu:branches:Emulators -Update to version 1.17.1 -There is an issue where the version of SDL2 Being compiled against causes gamepad presses to be ignored. OBS-URL: https://build.opensuse.org/request/show/1144078 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=381 --- ppsspp-1.17.1.tar.xz | 3 +++ ppsspp.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 ppsspp-1.17.1.tar.xz diff --git a/ppsspp-1.17.1.tar.xz b/ppsspp-1.17.1.tar.xz new file mode 100644 index 0000000..e3e07e4 --- /dev/null +++ b/ppsspp-1.17.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e0b8649cc8124b0c22a62d4d41b592b6bd4064bce8c09b0d4abce895e132ae +size 54663108 diff --git a/ppsspp.spec b/ppsspp.spec index 7aba2f5..a4706b3 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -18,7 +18,7 @@ %define _lto_cflags %{nil} Name: ppsspp -Version: 1.16.6 +Version: 1.17.1 Release: 0 Summary: PlayStation Portable Emulator License: Apache-2.0 AND BSD-1-Clause AND BSL-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND (BSD-2-Clause OR GPL-2.0-or-later) AND (BSD-3-Clause OR GPL-2.0-only) AND CC0-1.0 AND GPL-2.0-or-later WITH Autoconf-exception-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND Libpng AND ISC AND IJG AND Zlib AND MIT AND CC-BY-4.0 AND FTL From 3a62820d54001af426c5c8bfc583b347a3278a18b8da507f832e087080b013e2 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Mon, 5 Feb 2024 05:24:11 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=382 --- ppsspp-1.16.6.tar.xz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 ppsspp-1.16.6.tar.xz diff --git a/ppsspp-1.16.6.tar.xz b/ppsspp-1.16.6.tar.xz deleted file mode 100644 index 496bdfb..0000000 --- a/ppsspp-1.16.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9782468b175abc89e5365a73d8848d660e39b596ec8da0238aad977c89cf5116 -size 51439288 From d35ed5afc6ef1314a05b80e2baf23c58c96a479712f69a245c2efaa8317c009b Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Mon, 5 Feb 2024 05:27:27 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=383 --- ppsspp.changes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ppsspp.changes b/ppsspp.changes index e94e7fa..1ed5a47 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Feb 5 05:24:19 UTC 2024 - Andreas Stieger + +- ppsspp 1.17.1: + * Fixes for functional and graphical issues in multiple games + and emulated elements + * Performance improvements + * Can now track total time played per game + * Pause screen now has an option to keep the game running behind + the menu (to avoid desyncs in multiplayer games) + ------------------------------------------------------------------- Tue Nov 21 08:54:45 UTC 2023 - Lubos Kocman