From 1d3b83b8fc60e8d5acebe3389171f7d3bf565d890825dce9745faa03dfb763e2 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Sat, 28 Dec 2019 16:48:19 +0000 Subject: [PATCH 01/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=239 --- _servicedata | 2 +- ppsspp-1.9.3~git20191218.tar.xz | 3 --- ppsspp-1.9.3~git20191226.tar.xz | 3 +++ ppsspp.changes | 16 ++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20191218.tar.xz create mode 100644 ppsspp-1.9.3~git20191226.tar.xz diff --git a/_servicedata b/_servicedata index 1fcbf8f..e27874e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 608d716413d517079781709793df01ab14e1c863 \ No newline at end of file + 0a5ec483825b6ad55568e66a50c5d014b9241c45 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20191218.tar.xz b/ppsspp-1.9.3~git20191218.tar.xz deleted file mode 100644 index 8e914c8..0000000 --- a/ppsspp-1.9.3~git20191218.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6adb2c0db731c82daba64f6dbf773a07c5385bf20be57205f246048852401e28 -size 194772564 diff --git a/ppsspp-1.9.3~git20191226.tar.xz b/ppsspp-1.9.3~git20191226.tar.xz new file mode 100644 index 0000000..58c927e --- /dev/null +++ b/ppsspp-1.9.3~git20191226.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2aa5efdb959e281687fbf14e9c887effa8d42a5cf38dbced1ef510dcdefc83b +size 194801960 diff --git a/ppsspp.changes b/ppsspp.changes index c2f9513..1e6733c 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Dec 28 15:54:06 UTC 2019 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20191226: + * Io: Allow adjusting default async thread priority. + * Io: Correct leak on save state. + * Just return error if current directory not be setted. + * SoftGPU: Convert from 16-bit if unsupported. + * Hide "Control" label on top + * Disabled grid size if snap is disabled + * Fix + * Touch controll grid snap + * Don't ignore SCE_KERNEL_ERROR_NOCWD in many cases. + * IO:Re-grab SCE_KERNEL_ERROR_NOCWD. + * IO:Add an extra delay to simulate umd delay in file seek whence. + ------------------------------------------------------------------- Thu Dec 19 19:28:40 UTC 2019 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 3201710..2f33447 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20191218 +Version: 1.9.3~git20191226 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 3bb2765b9b7148272bfc626c7e7ca720393c43b64d084d24536022b5927ffff8 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Fri, 3 Jan 2020 09:44:56 +0000 Subject: [PATCH 02/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=240 --- _servicedata | 2 +- ppsspp-1.9.3~git20191226.tar.xz | 3 --- ppsspp-1.9.3~git20200101.tar.xz | 3 +++ ppsspp.changes | 7 +++++++ ppsspp.spec | 4 ++-- 5 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 ppsspp-1.9.3~git20191226.tar.xz create mode 100644 ppsspp-1.9.3~git20200101.tar.xz diff --git a/_servicedata b/_servicedata index e27874e..67a7a7f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 0a5ec483825b6ad55568e66a50c5d014b9241c45 \ No newline at end of file + b2dd3c7e1870e0adaa0b0fc4ac66987f97d2bc7e \ No newline at end of file diff --git a/ppsspp-1.9.3~git20191226.tar.xz b/ppsspp-1.9.3~git20191226.tar.xz deleted file mode 100644 index 58c927e..0000000 --- a/ppsspp-1.9.3~git20191226.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2aa5efdb959e281687fbf14e9c887effa8d42a5cf38dbced1ef510dcdefc83b -size 194801960 diff --git a/ppsspp-1.9.3~git20200101.tar.xz b/ppsspp-1.9.3~git20200101.tar.xz new file mode 100644 index 0000000..793875c --- /dev/null +++ b/ppsspp-1.9.3~git20200101.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fa383e697591e42bf681283de48d0b5a4e46ded0c6ad526d93ddd281fbf78e +size 194800392 diff --git a/ppsspp.changes b/ppsspp.changes index 1e6733c..3b945e8 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 03 09:04:19 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200101: + * compat.ini: Add Japanese Game ID for DarkStalkers (Vampire Chronicles) + * SDL: Ignore audio switch events in first second. + ------------------------------------------------------------------- Sat Dec 28 15:54:06 UTC 2019 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 2f33447..63a7c71 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -1,7 +1,7 @@ # # spec file for package ppsspp # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20191226 +Version: 1.9.3~git20200101 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 1107b3aaa3d4f07e0bc5891acd415c0c58ffecd13ecf47b13cf4ffa81d02ffff Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Sun, 5 Jan 2020 22:39:11 +0000 Subject: [PATCH 03/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=241 --- _servicedata | 2 +- ppsspp-1.9.3~git20200101.tar.xz | 3 --- ppsspp-1.9.3~git20200105.tar.xz | 3 +++ ppsspp.changes | 21 +++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200101.tar.xz create mode 100644 ppsspp-1.9.3~git20200105.tar.xz diff --git a/_servicedata b/_servicedata index 67a7a7f..e13ebbd 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - b2dd3c7e1870e0adaa0b0fc4ac66987f97d2bc7e \ No newline at end of file + 6d8ddb7a719d81f017bcab395522b6eb9f2eaa75 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200101.tar.xz b/ppsspp-1.9.3~git20200101.tar.xz deleted file mode 100644 index 793875c..0000000 --- a/ppsspp-1.9.3~git20200101.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80fa383e697591e42bf681283de48d0b5a4e46ded0c6ad526d93ddd281fbf78e -size 194800392 diff --git a/ppsspp-1.9.3~git20200105.tar.xz b/ppsspp-1.9.3~git20200105.tar.xz new file mode 100644 index 0000000..83388ea --- /dev/null +++ b/ppsspp-1.9.3~git20200105.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27418e9ea5977bc4ffc02fcafd1ee26e4a117a4151d832b81d680b043e41ca66 +size 194822716 diff --git a/ppsspp.changes b/ppsspp.changes index 3b945e8..21b1f8c 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Jan 05 22:04:24 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200105: + * Don't check auAddr. + * Check invalid address in sceMpegAtracDecode. + * Update submodules assets/lang, ffmpeg + * Add headbar icon to Qt + * Qt: don't return dangling pointer + * Don't use the MAP_32BIT flag on any platform. + * Mac: MAP_32BIT is no longer supported in Catalina and breaks. We don't need it anymore anyway. Fixes #12495. + * Io: Correct async priority default on async open. + * Oops. + * fix + * Io: Return a better error code for sceIoCancel. + * Io: Update async priority more correctly. + * Change async priority to current thread'priority if priority = -1. + * minor fix + * Avoid thread queue out of range by a offset. + * Move umd replace to loaders. + ------------------------------------------------------------------- Fri Jan 03 09:04:19 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 63a7c71..2523175 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200101 +Version: 1.9.3~git20200105 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From ef9d3197ab7689bd74719c78fd54ee820b81c321c5e2e7dc19642cc19caafc57 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Sun, 12 Jan 2020 21:53:25 +0000 Subject: [PATCH 04/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=242 --- _servicedata | 2 +- ppsspp-1.9.3~git20200105.tar.xz | 3 --- ppsspp-1.9.3~git20200112.tar.xz | 3 +++ ppsspp.changes | 21 +++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200105.tar.xz create mode 100644 ppsspp-1.9.3~git20200112.tar.xz diff --git a/_servicedata b/_servicedata index e13ebbd..577c855 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 6d8ddb7a719d81f017bcab395522b6eb9f2eaa75 \ No newline at end of file + e2845363e91eb394a6aa3ef56b5b2cc447abc7e4 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200105.tar.xz b/ppsspp-1.9.3~git20200105.tar.xz deleted file mode 100644 index 83388ea..0000000 --- a/ppsspp-1.9.3~git20200105.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27418e9ea5977bc4ffc02fcafd1ee26e4a117a4151d832b81d680b043e41ca66 -size 194822716 diff --git a/ppsspp-1.9.3~git20200112.tar.xz b/ppsspp-1.9.3~git20200112.tar.xz new file mode 100644 index 0000000..b988239 --- /dev/null +++ b/ppsspp-1.9.3~git20200112.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcddf9b318026909723bc6e762060103adaa3a6037ddd1628a4acc24729824b +size 194800396 diff --git a/ppsspp.changes b/ppsspp.changes index 21b1f8c..7b6e1aa 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Jan 12 21:15:26 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200112: + * Async I/O: Don't delay on close. Fixes #12549 (MGS:PW crash). + * Warning fix + * Upload new Gold icon for Windows + * PRX Decryption: add pauth decryption + * PRX Decryption: add missing decryption keys + * PRX Decryption: add support for gzip compressed executables + * PRX Decryption: add support for type 0/1/2/5/6 decryption + * Windows: Mark PPSSPP as long path aware. + * Windows: Make TEMP dir detection long path aware. + * Windows: Allow long path for sys directory. + * Windows: Support long My Documents paths. + * Windows: Allow longer paths in browse for folder. + * Windows: Make memory dump long path friendly. + * Windows: Allow read only files in load dialog. + * Windows: Make open/save dialogs long path aware. + * Windows: Resolve module/full paths for long paths. + ------------------------------------------------------------------- Sun Jan 05 22:04:24 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 2523175..c241ab0 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200105 +Version: 1.9.3~git20200112 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From f8dc1cf5b83e8e8770441bb35a3001150fba531f909ee8444da991c7cdda0c06 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Tue, 14 Jan 2020 22:36:17 +0000 Subject: [PATCH 05/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=243 --- _servicedata | 2 +- ppsspp-1.9.3~git20200112.tar.xz | 3 --- ppsspp-1.9.3~git20200114.tar.xz | 3 +++ ppsspp.changes | 8 ++++++++ ppsspp.spec | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200112.tar.xz create mode 100644 ppsspp-1.9.3~git20200114.tar.xz diff --git a/_servicedata b/_servicedata index 577c855..1511fd0 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - e2845363e91eb394a6aa3ef56b5b2cc447abc7e4 \ No newline at end of file + f2bfaeb8740d2aba548138c4d9b77932199cc7cf \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200112.tar.xz b/ppsspp-1.9.3~git20200112.tar.xz deleted file mode 100644 index b988239..0000000 --- a/ppsspp-1.9.3~git20200112.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dcddf9b318026909723bc6e762060103adaa3a6037ddd1628a4acc24729824b -size 194800396 diff --git a/ppsspp-1.9.3~git20200114.tar.xz b/ppsspp-1.9.3~git20200114.tar.xz new file mode 100644 index 0000000..52254f9 --- /dev/null +++ b/ppsspp-1.9.3~git20200114.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d1b51c19c2aba22b508ad03f0f2669a362f15bb08a141273789116c8638e18 +size 194824720 diff --git a/ppsspp.changes b/ppsspp.changes index 7b6e1aa..9d86234 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 14 22:16:32 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200114: + * Add another game controller mapping. Fixes #10679 + * Loader: If the module range is bad, don't get stuck trying to scan for functions. + * Update lang submodule + ------------------------------------------------------------------- Sun Jan 12 21:15:26 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index c241ab0..1ed774c 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200112 +Version: 1.9.3~git20200114 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From aa473c067ee9bf374ce629d84596458e5ef75f08a7a83e705efbac7582d62f26 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Fri, 17 Jan 2020 20:23:05 +0000 Subject: [PATCH 06/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=244 --- _servicedata | 2 +- ppsspp-1.9.3~git20200114.tar.xz | 3 --- ppsspp-1.9.3~git20200116.tar.xz | 3 +++ ppsspp.changes | 15 +++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200114.tar.xz create mode 100644 ppsspp-1.9.3~git20200116.tar.xz diff --git a/_servicedata b/_servicedata index 1511fd0..ea46942 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - f2bfaeb8740d2aba548138c4d9b77932199cc7cf \ No newline at end of file + 09e32223c2e75a4b3ceb0be5a5b48274f6ac3df2 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200114.tar.xz b/ppsspp-1.9.3~git20200114.tar.xz deleted file mode 100644 index 52254f9..0000000 --- a/ppsspp-1.9.3~git20200114.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0d1b51c19c2aba22b508ad03f0f2669a362f15bb08a141273789116c8638e18 -size 194824720 diff --git a/ppsspp-1.9.3~git20200116.tar.xz b/ppsspp-1.9.3~git20200116.tar.xz new file mode 100644 index 0000000..c209beb --- /dev/null +++ b/ppsspp-1.9.3~git20200116.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b018f9da447fc2a8d9fee2c9b9590246d34ed1e00647075f23339063e91de118 +size 194821840 diff --git a/ppsspp.changes b/ppsspp.changes index 9d86234..b2ec331 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jan 17 19:38:27 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200116: + * Add camera support for linux (V4L2) + * Add DEFLATE and MD5 to HLE module blacklist. Replaces #12576, fixes #12570 + * Flush other UI element draw before changing to noTex + * Fix line rendering in texmode + * Render grid + * BuildFix2 + * Oops + * Improve compatibility. + * BuildFix + * Add camera support for windows. + ------------------------------------------------------------------- Tue Jan 14 22:16:32 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 1ed774c..8fa8d01 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200114 +Version: 1.9.3~git20200116 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 287fcdf50b02ded30faf0672adad7581f32adf31dec67bc07fc30afdf789b0aa Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Thu, 23 Jan 2020 14:31:35 +0000 Subject: [PATCH 07/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=245 --- _servicedata | 2 +- ppsspp-1.9.3~git20200116.tar.xz | 3 --- ppsspp-1.9.3~git20200121.tar.xz | 3 +++ ppsspp.changes | 10 ++++++++++ ppsspp.spec | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200116.tar.xz create mode 100644 ppsspp-1.9.3~git20200121.tar.xz diff --git a/_servicedata b/_servicedata index ea46942..100a43a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 09e32223c2e75a4b3ceb0be5a5b48274f6ac3df2 \ No newline at end of file + 97c81ac5a2313651b1ab4e54d3d3a97f85e40344 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200116.tar.xz b/ppsspp-1.9.3~git20200116.tar.xz deleted file mode 100644 index c209beb..0000000 --- a/ppsspp-1.9.3~git20200116.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b018f9da447fc2a8d9fee2c9b9590246d34ed1e00647075f23339063e91de118 -size 194821840 diff --git a/ppsspp-1.9.3~git20200121.tar.xz b/ppsspp-1.9.3~git20200121.tar.xz new file mode 100644 index 0000000..9ea9b98 --- /dev/null +++ b/ppsspp-1.9.3~git20200121.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a9cb23fbcbbd6e8b2de7ab8035faf75a6103d88e24d9127f23ca0278e653b8 +size 194825936 diff --git a/ppsspp.changes b/ppsspp.changes index b2ec331..9ffaba5 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jan 23 13:42:10 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200121: + * Partial workaround for #12588. Cameras are now gone from settings though after playing one game... + * D3D11: Fix mistake in UI vertex shader for non-textured geometry. Fixes #12587. + * Add support for iOS ( completely untested ) + * Initial support for vulkan on macOS ( MoltenVK ) + * Revert "Android EGL config: Always require 8888, stencil if version >= ICS" + ------------------------------------------------------------------- Fri Jan 17 19:38:27 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 8fa8d01..81e6b55 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200116 +Version: 1.9.3~git20200121 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From ba6c28b0d390dc708c7905da22edab7f62be6e481546daf98dc5e1e58af3f070 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Fri, 31 Jan 2020 09:27:42 +0000 Subject: [PATCH 08/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=246 --- _servicedata | 2 +- ppsspp-1.9.3~git20200121.tar.xz | 3 --- ppsspp-1.9.3~git20200127.tar.xz | 3 +++ ppsspp.changes | 18 ++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200121.tar.xz create mode 100644 ppsspp-1.9.3~git20200127.tar.xz diff --git a/_servicedata b/_servicedata index 100a43a..a41f6e0 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 97c81ac5a2313651b1ab4e54d3d3a97f85e40344 \ No newline at end of file + 50d7d64eaa021c8b076d397468b0294a4dca1663 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200121.tar.xz b/ppsspp-1.9.3~git20200121.tar.xz deleted file mode 100644 index 9ea9b98..0000000 --- a/ppsspp-1.9.3~git20200121.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3a9cb23fbcbbd6e8b2de7ab8035faf75a6103d88e24d9127f23ca0278e653b8 -size 194825936 diff --git a/ppsspp-1.9.3~git20200127.tar.xz b/ppsspp-1.9.3~git20200127.tar.xz new file mode 100644 index 0000000..3d305b7 --- /dev/null +++ b/ppsspp-1.9.3~git20200127.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9ebd35332f758586fb69a2c952f51e8878db2112a6cc6d12aec26e85867886 +size 194841148 diff --git a/ppsspp.changes b/ppsspp.changes index 9ffaba5..dd836ac 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Jan 31 08:53:15 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200127: + * Add new listeners in addition to those present which are deprecated + * Core: Future proof CSO support a bit. + * Location: add HDOP; change speed to km/h; change altitude from geoid to sea level + * Do not stop camera if unnecessary + * Android satellites info + * Common/Hashmaps.h: add missing include + * Update macOS system name + * Add camera/location support for iOS + * Don't shut down camera when exiting games,also re-enumerating devices if + * SDL app icon + * Avoid divison by 0 + * Remove extra newline + * Snap resize + ------------------------------------------------------------------- Thu Jan 23 13:42:10 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 81e6b55..9ef8a62 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200121 +Version: 1.9.3~git20200127 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 1799102a690f8d654aa28dab842d021ff04f367fd618903efb8e104b14aab680 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Sat, 8 Feb 2020 13:48:40 +0000 Subject: [PATCH 09/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=247 --- _servicedata | 2 +- ppsspp-1.9.3~git20200127.tar.xz | 3 --- ppsspp-1.9.3~git20200207.tar.xz | 3 +++ ppsspp.changes | 21 +++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200127.tar.xz create mode 100644 ppsspp-1.9.3~git20200207.tar.xz diff --git a/_servicedata b/_servicedata index a41f6e0..d7bf9ff 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 50d7d64eaa021c8b076d397468b0294a4dca1663 \ No newline at end of file + a4ba5d485933b5c11ae4a3f4953de23a322d08e5 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200127.tar.xz b/ppsspp-1.9.3~git20200127.tar.xz deleted file mode 100644 index 3d305b7..0000000 --- a/ppsspp-1.9.3~git20200127.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf9ebd35332f758586fb69a2c952f51e8878db2112a6cc6d12aec26e85867886 -size 194841148 diff --git a/ppsspp-1.9.3~git20200207.tar.xz b/ppsspp-1.9.3~git20200207.tar.xz new file mode 100644 index 0000000..46e14af --- /dev/null +++ b/ppsspp-1.9.3~git20200207.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed07027fddf5df493bec9544dbd76d1400d1487030c35d8309bbea1bf06a22d1 +size 194783620 diff --git a/ppsspp.changes b/ppsspp.changes index dd836ac..704c746 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Feb 07 22:15:21 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200207: + * HttpClient/Buffer: Just some tweaks/sanity checks + * libretro: android: ios: Add stub camera functionality + * libretro: android: Do not build in the standalone UI + * Modify Info.plist automatically + * NativeApp: add System_GetPropertyFloat all the places + * Qt/macOS: enable HiDPI ( retina display ) support + * Remove unused import. + * Use System_GetPropertyInt(SYSPROP_SYSTEMVERSION to retrieve version. + * Use ASharedMemory api instead of direct access to /dev/ashmem which is deprecated. + * compat.ini: Workaround for timing problem in Hot Wheels, see #12604. + * Rapid fire touch control + * DX9: Simplify some expressions + * GPU: Only GL uses a flipped buffer in non-buffered, reflect that in the SW transform code. + * Apply viewport before SoftwareTransform so flipping can be checked + * OpenGL: Call ApplyDrawState before SoftwareTransform + * DrawEngineDX9: Rename lookup table, cleanup + ------------------------------------------------------------------- Fri Jan 31 08:53:15 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 9ef8a62..dd1aedd 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200127 +Version: 1.9.3~git20200207 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From dbf082b5ae7e3a9132457b5d530132409396aa2ad5feffa49b0df3961ff5d608 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Mon, 10 Feb 2020 20:14:04 +0000 Subject: [PATCH 10/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=248 --- _servicedata | 2 +- ppsspp-1.9.3~git20200207.tar.xz | 3 --- ppsspp-1.9.3~git20200210.tar.xz | 3 +++ ppsspp.changes | 8 ++++++++ ppsspp.spec | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200207.tar.xz create mode 100644 ppsspp-1.9.3~git20200210.tar.xz diff --git a/_servicedata b/_servicedata index d7bf9ff..622eeb6 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - a4ba5d485933b5c11ae4a3f4953de23a322d08e5 \ No newline at end of file + 3c359cfd2951285c4ab4f2372c5d8983b633e935 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200207.tar.xz b/ppsspp-1.9.3~git20200207.tar.xz deleted file mode 100644 index 46e14af..0000000 --- a/ppsspp-1.9.3~git20200207.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed07027fddf5df493bec9544dbd76d1400d1487030c35d8309bbea1bf06a22d1 -size 194783620 diff --git a/ppsspp-1.9.3~git20200210.tar.xz b/ppsspp-1.9.3~git20200210.tar.xz new file mode 100644 index 0000000..f0ac107 --- /dev/null +++ b/ppsspp-1.9.3~git20200210.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0be119a387ab44a6f585fadcf59bfaf72e7f799f8feed1082fb3238eb7187fa +size 194775676 diff --git a/ppsspp.changes b/ppsspp.changes index 704c746..6c07735 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 10 19:34:00 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200210: + * macOS permissions + * QT Api for Camera (Linux/macOS) + * Core: Use a shared_ptr for i18n categories. + ------------------------------------------------------------------- Fri Feb 07 22:15:21 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index dd1aedd..068b7b0 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200207 +Version: 1.9.3~git20200210 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From b284a69fcf3c66ba4dcf4573b734d840dacb4d0d6081cb18c1b0efa17922ed47 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Fri, 14 Feb 2020 14:35:16 +0000 Subject: [PATCH 11/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=249 --- _servicedata | 2 +- ppsspp-1.9.3~git20200210.tar.xz | 3 --- ppsspp-1.9.3~git20200212.tar.xz | 3 +++ ppsspp.changes | 9 +++++++++ ppsspp.spec | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200210.tar.xz create mode 100644 ppsspp-1.9.3~git20200212.tar.xz diff --git a/_servicedata b/_servicedata index 622eeb6..93eb9b2 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 3c359cfd2951285c4ab4f2372c5d8983b633e935 \ No newline at end of file + 06dc3dbd29d9f5f05b8c4dca56fa4018bca47b47 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200210.tar.xz b/ppsspp-1.9.3~git20200210.tar.xz deleted file mode 100644 index f0ac107..0000000 --- a/ppsspp-1.9.3~git20200210.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0be119a387ab44a6f585fadcf59bfaf72e7f799f8feed1082fb3238eb7187fa -size 194775676 diff --git a/ppsspp-1.9.3~git20200212.tar.xz b/ppsspp-1.9.3~git20200212.tar.xz new file mode 100644 index 0000000..ee2d8a4 --- /dev/null +++ b/ppsspp-1.9.3~git20200212.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5c45d00cd65d743d0a6e03c46c3a4c2f60263a1b091e5427cb2bafb431b609 +size 194789292 diff --git a/ppsspp.changes b/ppsspp.changes index 6c07735..40a7b54 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Feb 14 14:00:29 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200212: + * UWP: Update "certificate thumbprint" to one that works + * Fix linking issue in the UWP build (add camera files to project) + * Add some reference line + * Framegraph in devmenu + ------------------------------------------------------------------- Mon Feb 10 19:34:00 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 068b7b0..464d5c0 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200210 +Version: 1.9.3~git20200212 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 1e1363acfe6519f0a454bf78c2931ecccaeaa24246af2573864ec98489e3a378 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Sat, 29 Feb 2020 00:21:31 +0000 Subject: [PATCH 12/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=250 --- _servicedata | 2 +- ppsspp-1.9.3~git20200212.tar.xz | 3 --- ppsspp-1.9.3~git20200226.tar.xz | 3 +++ ppsspp.changes | 18 ++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200212.tar.xz create mode 100644 ppsspp-1.9.3~git20200226.tar.xz diff --git a/_servicedata b/_servicedata index 93eb9b2..92446c9 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 06dc3dbd29d9f5f05b8c4dca56fa4018bca47b47 \ No newline at end of file + 3af63b6b8fabc5f0af0c366389389b35c1f67968 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200212.tar.xz b/ppsspp-1.9.3~git20200212.tar.xz deleted file mode 100644 index ee2d8a4..0000000 --- a/ppsspp-1.9.3~git20200212.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a5c45d00cd65d743d0a6e03c46c3a4c2f60263a1b091e5427cb2bafb431b609 -size 194789292 diff --git a/ppsspp-1.9.3~git20200226.tar.xz b/ppsspp-1.9.3~git20200226.tar.xz new file mode 100644 index 0000000..6f6ea94 --- /dev/null +++ b/ppsspp-1.9.3~git20200226.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0728bba35b14ab2ada8f561666ad24943a2e056b9c3e1665f3eb4de2ef63f493 +size 194730688 diff --git a/ppsspp.changes b/ppsspp.changes index 40a7b54..089794e 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Feb 29 00:06:59 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200226: + * Better align and spacing of UI element + * Better UI for game version in list view + * Toggle mute button + * Go for Abbanon approach + * Scale font down a bit + * Improve stability on non-jailbroken devices + * Add a option for game ID+version as well + * Show region on game selection screen + * Kernel: Delay better in sceKernelReferThreadStatus. + * UI: Separate sleep time in frame time graph. + * UI: Show refresh rate on more platforms. + * UI: Correct refresh rate display. + * HLE: Replace Motorstorm pixel read func. + ------------------------------------------------------------------- Fri Feb 14 14:00:29 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 464d5c0..2ee2635 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200212 +Version: 1.9.3~git20200226 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 2b47589386681c8a48d334c04f12cd3fd7a28d67200b876ad500aede5241f755 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Fri, 6 Mar 2020 22:33:05 +0000 Subject: [PATCH 13/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=251 --- _servicedata | 2 +- ppsspp-1.9.3~git20200226.tar.xz | 3 -- ppsspp-1.9.3~git20200305.tar.xz | 3 ++ ppsspp.changes | 66 +++++++++++++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 71 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200226.tar.xz create mode 100644 ppsspp-1.9.3~git20200305.tar.xz diff --git a/_servicedata b/_servicedata index 92446c9..55163ba 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 3af63b6b8fabc5f0af0c366389389b35c1f67968 \ No newline at end of file + 875d53a4859bd47004334e68b79bc0913d932d9a \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200226.tar.xz b/ppsspp-1.9.3~git20200226.tar.xz deleted file mode 100644 index 6f6ea94..0000000 --- a/ppsspp-1.9.3~git20200226.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0728bba35b14ab2ada8f561666ad24943a2e056b9c3e1665f3eb4de2ef63f493 -size 194730688 diff --git a/ppsspp-1.9.3~git20200305.tar.xz b/ppsspp-1.9.3~git20200305.tar.xz new file mode 100644 index 0000000..ba24f0e --- /dev/null +++ b/ppsspp-1.9.3~git20200305.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961d39cd2db162c78ca6641c28955a3b8c6c2a145e5c36da09e0eab1add8a9ec +size 195477012 diff --git a/ppsspp.changes b/ppsspp.changes index 089794e..6583a8a 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Fri Mar 06 22:15:41 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200305: + * Let's wait 5 frames + * Fix wheel up/down and additional mouse button + * Android: Fix glslang include path. + * Force Polar's Puzzles to use accurate UMD timing. Should help #12677 + * Add the glslang include path in another place + * http: Avoid detach() in webserver code. + * Core: Bring over some file related Switch changes. + * Another attempt + * Fix atlas tool build on linux + * Also try to fix the legacy Android build. + * CMake buildfix + * Update the glslang submodule, fix the build afterwards. + * Better smoothing and added missing break on MOUSE_WHEEL + * Fix excessive scroll + * Warning fix. + * Attempt to replace 0 frame width with valid frame width.(sceMpegAvcCsc) + * UI fix + * GPU: Restart when changing inflight frames setting. + * Fix weight + * Move clear game list to new menu + * Update lang submodule + * GPU: Use old frame when presenting a skip. + * Address some feedback, thanks unknown + * Fix toggle + * GPU: Allow choosing number of inflight frames. + * Vulkan: Allow alt speed above 60 with vsync. + * Rebase on master + * GPU: Add setting to control inflight frame usage. + * Warning fixes + * Vulkan: Support devices that don't properly support 16-bit texture (like MoltenVK). + * Fix bug in atlas gen. + * Switch all images to dynamic lookup in the atlas by string ID. + * Get rid of atlas tables. + * Update atlas building scripts + * Modify atlas generator to output binary metadata + * D3D9: Allow vsync change at runtime. + * D3D11: Respect vsync setting. + * Vulkan: Present using FIFO for vsync. + * GPU: Centralize vsync interval logic. + * UI: Respect resize flag during graphics init. + * Debugger: Stop remote server in full shutdown. + * Remove support for "lowmem" UI atlas. Had to regenerate unfortunately. + * And 2017 again... + * Delete unused support for ETC1 texture compression + * And fix it on 2019... + * Recreate the VS projects in 2017 + * Code cleanup + * More VS2017 compat + * Reformat the atlastool/zimtool source, fix warnings. + * Atlastool/zimtool: Try not to require VS 2019. + * Atlastool/zimtool: Make it easy to build these on Windows (prebuilt submodule) + * Log shader contents to VERBOSE instead of DEBUG. + * Update gradle again + * ScanForFunctions: Drastically speed up by only trying to insert the newly found functions into the symbol map. + * Rename func. + * Check whether the audio is actually played in psmf player + * Rename rapid fire touch control + * Add toggle flag to combo button + * Fixes + * Switch mode only if needed + * SDL analog mouse input + ------------------------------------------------------------------- Sat Feb 29 00:06:59 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 2ee2635..67a8d23 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200226 +Version: 1.9.3~git20200305 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 6413902ef22d856a34df336a5089c181b181b1eaf5aa38eea65b82d51a780592 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Tue, 10 Mar 2020 14:08:43 +0000 Subject: [PATCH 14/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=252 --- _servicedata | 2 +- ppsspp-1.9.3~git20200305.tar.xz | 3 -- ppsspp-1.9.3~git20200310.tar.xz | 3 ++ ppsspp.changes | 62 +++++++++++++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 67 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200305.tar.xz create mode 100644 ppsspp-1.9.3~git20200310.tar.xz diff --git a/_servicedata b/_servicedata index 55163ba..f3603de 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 875d53a4859bd47004334e68b79bc0913d932d9a \ No newline at end of file + 6c285b6f35aef3989fccf5c0ef99bff792b88143 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200305.tar.xz b/ppsspp-1.9.3~git20200305.tar.xz deleted file mode 100644 index ba24f0e..0000000 --- a/ppsspp-1.9.3~git20200305.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:961d39cd2db162c78ca6641c28955a3b8c6c2a145e5c36da09e0eab1add8a9ec -size 195477012 diff --git a/ppsspp-1.9.3~git20200310.tar.xz b/ppsspp-1.9.3~git20200310.tar.xz new file mode 100644 index 0000000..5ee999c --- /dev/null +++ b/ppsspp-1.9.3~git20200310.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4642f75d59938079bb565276553cb6d7ad947ea31479942682986be96999d6 +size 195440800 diff --git a/ppsspp.changes b/ppsspp.changes index 6583a8a..105e2bf 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Tue Mar 10 13:53:01 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200310: + * Windows: Warn if Windows Firewall blocks PPSSPP. + * http: Show more detailed status when scanning. + * http: Correct new thread executor. + * Android: Enable native keyboard for OSK. + * softgpu: Correct clear/solid rect BR corner. + * Android: Fix upside-down joystick navigation (due to an old sin). + * New heuristic for getting rid of unnecessary "antialias-lines". + * THe proposed Hive Sweeper fix in #11025 looks right, let's just commit it. + * Possible fix for libretro build issue. (blind commit, untested) + * Osk: Prevent adding highlighted char past limit. + * Core: Avoid shadowing a define. + * Io: Correct some error handling for OpenFile(). + * Android: Avoid translation conflict in translation. + * UI: Move Camera settings lower in Graphics. + * Android: Process input prompts more clearly. + * UI: Make System_InputBox API asynchronous. + * Vulkan: Track down another one of those minor resource leaks. + * Module: Reinit gpu only on runtime module load. + * Android: Reload game config on storage permission. + * Android: Ensure we forget the shortcut on next run. + * Update lang submodule + * UI: Temporary solution to the layout issue: Remove the gear button from the recent screen. + * Vulkan: Ensure scaling happens in cached RAM. + * Headless: Prevent crash running graphics tests. + * Vulkan: Fix minor vulkan resource leak if inflight frames isn't max. + * UI: Simple joystick navigation. Fixes #10996. + * Comment fix + * Also move out the global stuff from view.cpp/h to root.cpp/h + * UI: Break out the hierarchy functions into ui/root.cpp/h + * Minor cleanups + * UI: Ignore invalid PBPs in game browser. + * Tweaked chatbox a little bit + * Fix chat color formatting + * Fix building errors + * Update ab.cmd + * group chat options and set enabled ptr + * Bug fix + * Quick Chat + * Add virtual key for opening chat + * Rebased and fix the update scroll + * build fix + * chat screen & chat button position and hide ui on show chat + * remove pointer and using update() should fix random crash (thanks Uknown) + * Add translation of "You're in Offline Mode" + * Build fix for Linux QT + * Add support OSK for windows + * Android chat empty after : fix + * pointer and scroll fix + * cmake buildfix + * Windows CTRL + C Hotkey + * Add New Chat Counter + * Android Chat Support + * Oops it still random crashed destructor do the fix well + * pointer fix random crash & better substring logic + * Add translation + * Enable chat box + * PPSSPP early chat feature rebranched + ------------------------------------------------------------------- Fri Mar 06 22:15:41 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 67a8d23..bd96c72 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200305 +Version: 1.9.3~git20200310 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From f219a0d60145cba884ab70f986eb942522f2aa71339635a4293ba3b1ec9d0091 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Wed, 11 Mar 2020 19:25:09 +0000 Subject: [PATCH 15/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=253 --- _servicedata | 2 +- ppsspp-1.9.3~git20200310.tar.xz | 3 --- ppsspp-1.9.3~git20200311.tar.xz | 3 +++ ppsspp.changes | 20 ++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200310.tar.xz create mode 100644 ppsspp-1.9.3~git20200311.tar.xz diff --git a/_servicedata b/_servicedata index f3603de..e977cd0 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 6c285b6f35aef3989fccf5c0ef99bff792b88143 \ No newline at end of file + d0e2aa3a4f394cedc956df3df24ce335d3f6d974 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200310.tar.xz b/ppsspp-1.9.3~git20200310.tar.xz deleted file mode 100644 index 5ee999c..0000000 --- a/ppsspp-1.9.3~git20200310.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f4642f75d59938079bb565276553cb6d7ad947ea31479942682986be96999d6 -size 195440800 diff --git a/ppsspp-1.9.3~git20200311.tar.xz b/ppsspp-1.9.3~git20200311.tar.xz new file mode 100644 index 0000000..17628d8 --- /dev/null +++ b/ppsspp-1.9.3~git20200311.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc340198b803c7f3481f1909a4461cc24e067624413831d918efa530047ed03e +size 195451912 diff --git a/ppsspp.changes b/ppsspp.changes index 105e2bf..2597c88 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Mar 11 19:09:34 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200311: + * PPGe: Clear unused parts of text image buffers. + * PPGe: Correct double spacing in some save text. + * libretro makefile fix + * Camera: Simplify an expression. + * Core: Quiet some warnings. + * Android: Delay TextDrawer init in PPGe. + * PPGe: Show ellipsis for overly long lines. + * PPGe: Use TextDrawer for save UI if available. + * PPGe: Make some of the API internal only. + * PPGe: Support 8-bit text bitmaps from TextDrawer. + * PPGe: Allow overriding text drawer DPI scale. + * Qt: Cleanup differences in text hashing. + * UI: Refactor TextDrawer to provide bitmaps too. + * UI: Minor cleanups to chat UI code. + * Fix capitalization of mfreadwrite.h include + ------------------------------------------------------------------- Tue Mar 10 13:53:01 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index bd96c72..b5f3332 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200310 +Version: 1.9.3~git20200311 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From d0fed63ad2ab1c1f9c08a765654303277f7f5377d188cc2b84936d6a95f0e744 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Thu, 2 Apr 2020 10:48:39 +0000 Subject: [PATCH 16/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=254 --- _servicedata | 2 +- ppsspp-1.9.3~git20200311.tar.xz | 3 -- ppsspp-1.9.3~git20200402.tar.xz | 3 ++ ppsspp.changes | 85 +++++++++++++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 90 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200311.tar.xz create mode 100644 ppsspp-1.9.3~git20200402.tar.xz diff --git a/_servicedata b/_servicedata index e977cd0..418b878 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - d0e2aa3a4f394cedc956df3df24ce335d3f6d974 \ No newline at end of file + 80ae2846d6cea1a3a0c5e679b88c9af0b1cd70bd \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200311.tar.xz b/ppsspp-1.9.3~git20200311.tar.xz deleted file mode 100644 index 17628d8..0000000 --- a/ppsspp-1.9.3~git20200311.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc340198b803c7f3481f1909a4461cc24e067624413831d918efa530047ed03e -size 195451912 diff --git a/ppsspp-1.9.3~git20200402.tar.xz b/ppsspp-1.9.3~git20200402.tar.xz new file mode 100644 index 0000000..297223f --- /dev/null +++ b/ppsspp-1.9.3~git20200402.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f6e4e36e080cd1ddd52973c42f80313e5f810924d20de4584e2331668fd2a1 +size 195458852 diff --git a/ppsspp.changes b/ppsspp.changes index 2597c88..46d12c6 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,88 @@ +------------------------------------------------------------------- +Thu Apr 02 10:30:56 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200402: + * Android: Change the display length for "toast" message to Toast.LENGTH_LONG + * Touch layout clean up + * UI: Properly clamp control positioning in edit. + * [iOS] Notch support + * Additional rendering fixes for notch + * Fix landscape/reverse landscape cutout padding issue, see #12779 + * Update the lang submodule + * Support drawing around notches on Android displays. Fixes #12261 + * Target Android SDK 29. + * Vulkan: Pick shaders after calling ConvertStateToVulkanKey because it may end up disabling shader blending + * Fix duplicate translation ID + * PPGe: Slightly reduce the font size, might help #12764 + * Windows: Show a message when failing over backend. + * Back to ERROR + * Remove outdated code that reset the logenabled flags on non-Windows. Fixes #12291 + * Minor log improvement in BlockDevices.cpp + * Rember cheat scroll position + * HLE: Oops, make sure we don't deadbeef mips calls. + * macOS: Fix build + * SaveState: Correct compat load with OSK changes. + * PPGe: Fix dialog button positioning. + * UI: Prevent stretching game icons on detail. + * Do not apply sensibility of deadzone skip + * Fix translation things + * Enable chat input for SDL + * Skip deadzone option on tilt + * HLE: Fix some misleading logging. + * Windows: Fix strange build error. + * UI: Translate HAT and left analog the same way. + * Use 2 different button for CW and CCW + * Core: Add argmask for threadhacks to prevent crash. + * GPU: Treat negative light exp same as 0. + * Android: Reassert immersive after input dialog. + * cmake: Improve building with the system libpng. + * Osk: Correct UCS2 conversion. + * Auto rotating analog + * Camera: Fix missing return warning. + * Remove some more uint16_t + * More correctly handle UCS2 encoding. + * Address feedback + * Support a few more wstring functions on non-windows platforms, due to the armips assembler. + * Text input: Clearly use 16-bit chars like the PSP, don't rely on wchar_t. + * PPGe: Avoid crash with missing metadata. + * HLE: Make calling mips funcs simpler. + * GPU: Assume a scissor of 481x273 is a mistake. + * Io: Apply VFAT hack only to dirs <= 8 chars long. + * UI: Allow startup without UI assets. + * UI: Avoid crash when atlas metadata is missing. + * UI: Avoid cached booleans for simple globals. + * UI: Disable render dup frames where it can't work. + * Font: Prevent crash on game exit. + * Android: Fix dismiss of OSK dialog. + * Reporting: Log SceIoChstat calls. + * GPU: Avoid divide by zero in garbage displaylist. + * GPU: Fix memory corruption with bufw > w. + * Add more assets directory paths. + * Correcting return value of some mipscalls without after action. + * Qt: Correct DPI accounting in font rendering. + * cmake: Disable discord-rpc for libretro builds. + * Fix the logic around postEffectRequiresFlip so duplicateFrames doesn't require a post shader. + * Vpl: Correct allocation order when splitting block. + * Core: Use full memory for ELF files. + * Reset the useAllocCallbacks on font init. + * Buildfix. + * Display: Update latched fbaddr on immediate update. + * Fix states. + * No need to manually decide pending or not for mipscalls. + * Net: Stub network sign-in dialog. + * Net: Support NETCONF_CONNECT_APNET_LAST request. + * NetAdhoc: Match init/term behavior better. + * Net: Better simulate sceWlanGetEtherAddr timing. + * Net: Handle memory allocation better. + * Add option to improve frame pacing through duplicate frames if framerate is below 60hz. + * UI: Rebind the backbuffer when drawing UI. + * Switch: Add EGL interface. + * Kernel: Rename conflicting kernel object names. + * Font:alloc/free memory for font file and char bitmap. + * Vulkan: Blacklist on Switch. + * Core: Add some libnx calls for Switch. + * Core: Use a lock for i18n categories. + ------------------------------------------------------------------- Wed Mar 11 19:09:34 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index b5f3332..02e7a55 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200311 +Version: 1.9.3~git20200402 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From dc5a288314049dcf335bd436c6da99c3e2e1b9a7843cba385622f70dc3533c6c Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Sat, 4 Apr 2020 11:53:42 +0000 Subject: [PATCH 17/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=255 --- _servicedata | 2 +- ppsspp-1.9.3~git20200402.tar.xz | 3 --- ppsspp-1.9.3~git20200403.tar.xz | 3 +++ ppsspp.changes | 8 ++++++++ ppsspp.spec | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200402.tar.xz create mode 100644 ppsspp-1.9.3~git20200403.tar.xz diff --git a/_servicedata b/_servicedata index 418b878..47f23cb 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 80ae2846d6cea1a3a0c5e679b88c9af0b1cd70bd \ No newline at end of file + a7f2415469593269cc2efda824106cf4d166f291 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200402.tar.xz b/ppsspp-1.9.3~git20200402.tar.xz deleted file mode 100644 index 297223f..0000000 --- a/ppsspp-1.9.3~git20200402.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37f6e4e36e080cd1ddd52973c42f80313e5f810924d20de4584e2331668fd2a1 -size 195458852 diff --git a/ppsspp-1.9.3~git20200403.tar.xz b/ppsspp-1.9.3~git20200403.tar.xz new file mode 100644 index 0000000..8c6662c --- /dev/null +++ b/ppsspp-1.9.3~git20200403.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c142c91ba438ecd54704897c11a8b6a2e73cee0017c0e6354d8669dee929ec69 +size 195484828 diff --git a/ppsspp.changes b/ppsspp.changes index 46d12c6..3eac516 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Apr 04 11:34:37 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200403: + * libretro: Fix Android builds + * Mouse 4 as back in menu navigation + * android: include path fix + ------------------------------------------------------------------- Thu Apr 02 10:30:56 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 02e7a55..aecf760 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200402 +Version: 1.9.3~git20200403 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 65bae4996b138cd4b1e10b867fe25946e5c82c63daed895298fc9268e4eb2cb8 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Mon, 6 Apr 2020 09:26:07 +0000 Subject: [PATCH 18/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=256 --- _servicedata | 2 +- ppsspp-1.9.3~git20200403.tar.xz | 3 --- ppsspp-1.9.3~git20200406.tar.xz | 3 +++ ppsspp.changes | 21 +++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200403.tar.xz create mode 100644 ppsspp-1.9.3~git20200406.tar.xz diff --git a/_servicedata b/_servicedata index 47f23cb..6904723 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - a7f2415469593269cc2efda824106cf4d166f291 \ No newline at end of file + fd0bf2121535ff6e869de0e64a8917ec57e30d58 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200403.tar.xz b/ppsspp-1.9.3~git20200403.tar.xz deleted file mode 100644 index 8c6662c..0000000 --- a/ppsspp-1.9.3~git20200403.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c142c91ba438ecd54704897c11a8b6a2e73cee0017c0e6354d8669dee929ec69 -size 195484828 diff --git a/ppsspp-1.9.3~git20200406.tar.xz b/ppsspp-1.9.3~git20200406.tar.xz new file mode 100644 index 0000000..8cd53a3 --- /dev/null +++ b/ppsspp-1.9.3~git20200406.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915ac58eff21783b50fc06eac0d4b0e6cdf35521eb7ac147cc7180148bcf9639 +size 195496060 diff --git a/ppsspp.changes b/ppsspp.changes index 3eac516..d31aa2a 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Apr 06 09:08:01 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200406: + * Windows: Prevent applying -1 as inset space. + * Windows: Ensure we resize after hw transform swap. + * Headless: Fix compile on Android. + * UI: Small cleanup in touch control layout editor. + * UI: General cleanup in layout editor. + * UI: Prevent drag drift in layout editor. + * UI: Make display layout editor support 1x PSP. + * Fix SDK requirements of Atlas and Zim tools. + * Net: Correct pool allocation. + * GPU: Track HW tess at start of frame too. + * GPU: Reset hw transform once per frame. + * GPU: Move hw transform decision to draw engine. + * GPU: Update uniforms w/ consistent render mode too. + * GPU: Use consistent buffered rendering state. + * Setting the width and height to 0 made the frameskip unusable on lakka/libretro with a XU4 with a MALI GPU T628. The result was that bad flickering happened when in frameskip mode. Once it reached 60fps, no flickering, below that flickering. This change fixes the flickering and calls video_cb with the correct height and width. + * Travis: build libretro android + ------------------------------------------------------------------- Sat Apr 04 11:34:37 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index aecf760..fd5247a 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200403 +Version: 1.9.3~git20200406 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 1fdf937ca786dab09f71b981e428254258a71bd57e3da7238bc0ddef2828f15e Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Thu, 9 Apr 2020 17:47:26 +0000 Subject: [PATCH 19/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=257 --- _servicedata | 2 +- ppsspp-1.9.3~git20200406.tar.xz | 3 --- ppsspp-1.9.3~git20200409.tar.xz | 3 +++ ppsspp.changes | 10 ++++++++++ ppsspp.spec | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200406.tar.xz create mode 100644 ppsspp-1.9.3~git20200409.tar.xz diff --git a/_servicedata b/_servicedata index 6904723..f22d13c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - fd0bf2121535ff6e869de0e64a8917ec57e30d58 \ No newline at end of file + 7d3552ae34591eb0768e84c0148f566307abea1e \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200406.tar.xz b/ppsspp-1.9.3~git20200406.tar.xz deleted file mode 100644 index 8cd53a3..0000000 --- a/ppsspp-1.9.3~git20200406.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:915ac58eff21783b50fc06eac0d4b0e6cdf35521eb7ac147cc7180148bcf9639 -size 195496060 diff --git a/ppsspp-1.9.3~git20200409.tar.xz b/ppsspp-1.9.3~git20200409.tar.xz new file mode 100644 index 0000000..ac03d67 --- /dev/null +++ b/ppsspp-1.9.3~git20200409.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be9fc33f9b08e18f91b2d1879306b178f3a4e6ac998f02a9bc65672ff2a2df6 +size 195489168 diff --git a/ppsspp.changes b/ppsspp.changes index d31aa2a..37949bb 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 09 17:23:54 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200409: + * Travis: Cache macOS python build as a bottle. + * Audio: Remove latency setting. + * GLES: Re-enable non-float depal shader path. + * Update gradle again + * x86jit: Force INF * 0 to +NAN. + ------------------------------------------------------------------- Mon Apr 06 09:08:01 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index fd5247a..2bdb542 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200406 +Version: 1.9.3~git20200409 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From a74feb3b2becfcf512158b2e4feac3f4c29b8e4626cbe3c67b1852662be2318d Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Tue, 19 May 2020 09:47:48 +0000 Subject: [PATCH 20/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=258 --- _servicedata | 2 +- ppsspp-1.9.3~git20200409.tar.xz | 3 - ppsspp-1.9.3~git20200519.tar.xz | 3 + ppsspp.changes | 201 ++++++++++++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 206 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200409.tar.xz create mode 100644 ppsspp-1.9.3~git20200519.tar.xz diff --git a/_servicedata b/_servicedata index f22d13c..488cd2f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 7d3552ae34591eb0768e84c0148f566307abea1e \ No newline at end of file + f1b9943947cf67dec81d0b09f8aa23f936054f4b \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200409.tar.xz b/ppsspp-1.9.3~git20200409.tar.xz deleted file mode 100644 index ac03d67..0000000 --- a/ppsspp-1.9.3~git20200409.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3be9fc33f9b08e18f91b2d1879306b178f3a4e6ac998f02a9bc65672ff2a2df6 -size 195489168 diff --git a/ppsspp-1.9.3~git20200519.tar.xz b/ppsspp-1.9.3~git20200519.tar.xz new file mode 100644 index 0000000..6f9debe --- /dev/null +++ b/ppsspp-1.9.3~git20200519.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be91b20e0bd22df698dd40005490cdcaf7485a2e0bf04dae256e39b968661cfb +size 195483784 diff --git a/ppsspp.changes b/ppsspp.changes index 37949bb..a0fd155 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,204 @@ +------------------------------------------------------------------- +Tue May 19 09:13:42 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200519: + * Vulkan: Fix leak and remove extra allocator. + * Vulkan: Create FB compatible pipelines in Draw. + * Vulkan: Expand logging of render steps a bit. + * D3D9: Avoid clearing color on stencil upload. + * GPU: Avoid unnecessary clear on stencil upload. + * Revert "Experimental commit that effectively reverts the Vulkan part of #12882." + * Experimental commit that effectively reverts the Vulkan part of #12882. + * Fix the Windows 32-bit build. + * Track scissors like we track viewports (bugfix?). + * Show "debug build" on the splash screen, in debug builds. + * Vulkan: Switch the framebuffer-rebind-to-clear on reformat to, well, a normal clear instead. + * Vulkan: Verify scissor as well. + * Vulkan: Add asserts to catch no viewport render. + * UI: Take reporting screenshot at frame end. + * Vulkan validation: Switch to the new Khronos validation layer shipping with recent SDKs. + * Vulkan: Stop merge at clear/touched read only. + * Vulkan: Make merge pass a bit easier to read. + * GLES: Fix invalidation of backbuffer. + * Vulkan: Generalize dependency tracking. + * GLES: Add dependency tracking for render passes. + * GPU: Centralize framebuffer download. + * Buildfix + * Remove the Audio Resampling setting (now always on). Having it off is not useful because it'll never sync up perfectly over time. + * Revert the loop check in StereoResampler, new one could accidentally keep looping when underrun severely (like if emulation stopped). + * Add more debug info in scePsmfPlayerStart + * Make the IsValidPBP DISC_ID check a bit more lenient. Fixes an issue where some homebrew would no longer show in the list. + * Fix homebrew store button to work even after changing grid layouts (it lost its click handler) + * Fix a crash bug in homebrew store + * Remove our custom atomics code entirely. + * Convert atomic code in core and ConsoleListener to use C++ atomics + * Reduce the SDL audio buffer size, 2048 is a bit excessive. Port the changes to the Qt SDL code. + * StereoResampler: Make sure the target buffer size is large enough, taking SYSPROP_AUDIO_FRAMES_PER_BUFFER into account. + * Rename things to make more sense. + * StereoResampler: Use C++ atomics + * Add some vaguely interesting stats + * SDL: If we get an audio device with a different freq than 44100, that's actually OK. + * arm64jit: Track writable and non-writable pointers. + * Mp4: Cleanup some parameters. + * cmake: Fix rpi4 build on newer gcc. + * GPU: Fix an overflow loading old save states. + * GLES: Specify buffer type just to be safe. + * arm64jit: Minor cleanup. + * GPU: Allow each shader in chain to have settings. + * UI: Translate shader setting names. + * GPU: Keep last output size in chained postshaders. + * GPU: Prevent infinite loops in postshader chains. + * GPU: Force nearest only for the upscaling filter. + * GPU: Move calculating render res to presentation. + * GPU: Allow postshaders to have parents. + * GPU: Update postshader uniforms for each. + * GPU: Process all postshader pipelines. + * GPU: Cleanup a comment, we use shorts now. + * GPU: Move things around to be per postshader. + * Simplify how to get the debug stats from StereoResampler + * Fix comment + * Qt fix + * Only show frames per buffer if the number is available through sysinfo + * Oops, need to pass an (invalid) slot number in headless too. + * SDL: Show the actually used sample rate in system info. + * oop + * Fix "Improved compatibility of sceGeListEnQueue: verify that stackDepth < 256" + * Display the savestate slot number when saving and loading state through shortcuts. + * Very minor optimization in PresentationCommon (don't upload the indices every frame). + * Fix per game setting and pack setting in vec4 + * Use map for settings + * Post shader setting uniform + * Thin3D: use 16-bit indices. Fixes #12898. + * GPU: Oops, don't skip copy if stride different. + * Fix DarkStalkers after the just-merged refactoring. + * Draw: Small optimization to callback. + * Libretro: Add libpng17 to include flags. + * GPU: Take A off RGB565 conversion funcs. + * GPU: Use texclamp for postshader/present draw. + * GPU: Centralize DestroyAllFBOs(). + * GPU: Cleanup presentation flipping a bit. + * D3D11: Allow pixel shader uniforms in Draw. + * GPU: Cleanup skip buffer texture draws. + * GPU: Simplify direct render when skipping buffers. + * softgpu: Fix postshader on 5551. + * D3D9: Attempt PS/VS 3.0 if it doesn't work with 2. + * GPU: Use postshader for direct VRAM draws again. + * GPU: Use a texture directly for MakePixelTexture. + * softgpu: Avoid RB swizzle when using a postshader. + * Vulkan: Allow frag shader UBO reads. + * Vulkan: Correct missing offsets in Draw. + * Vulkan: Correct postshader sampler binding. + * Draw: Actually use the index offset parameter. + * softgpu: Enable postshader support. + * GLES: Fix reuse of vertex data buffer. + * GPU: Cleanup leftover postshader stuff. + * UI: Allow postshaders on D3D9. + * GPU: Move post shader handling to new class. + * D3D9: Enable postprocessing of post shaders. + * Draw: Enable backwards compat on D3D11 shaders. + * Draw: Add more uniform types. + * Draw: Allow specifying a tag on shaders. + * GPU: Move a bit more to new display approach. + * softgpu: Allow display rotation. + * softgpu: Allow configuring Google Cardboard. + * GPU: Move cardboard/etc. to PresentationCommon. + * Vulkan: Fix Draw usage of framebuffers. + * GPU: Split FramebufferCommon into two classes. + * softgpu: Fix texture overlap. + * GPU: Handle buffer overhead in postshader uniforms. + * Android: Oops, fix start with space in filename. + * Global: Add some defs for MSVC highlighting. + * Temporarily disable YuGiOh save fix (experiment in issue #7914) + * Improved compatibility of sceGeListEnQueue: verify that stackDepth < 256 + * D3D11: Better set current texture to null first, otherwise we can run into another issue. + * Fix a comment + * D3D11: Fix a bind ordering issue in depal (only a problem with debug layer enabled) + * ColorConv: Fix a few conversions that missed the lower bits of each component. + * Vulkan: Don't merge render passes where the second one begins with a clear. + * Android: Avoid multiple resizes in a row. + * UI: Add more options to touch test screen. + * UI: Return to game settings after restart. + * Windows: Fix GL reinit on backend switch. + * Android: Move a bit more size handling. + * Android: Reassert sustained perf when going ingame. + * Android: Refactor size maintenance to own class. + * GPU: Minor lighting cleanup in software transform. + * GPU: Split up software transform into phases. + * Windows: Add safety checks to WASAPI code. + * GLES: Add safety handling for offset depal. + * GPU: Calc framebuf offset with right params. + * GPU: Avoid a texture offset change in sw transform. + * GLES: Simplify the framebuf offset detection. + * Vulkan: Framebuffer manager: Use an allocator for "MakePixelTexture" images. + * compat.ini: Turn on ForceUMDDelay for Innocent Life. See issue #2830. + * iOS/macOS : set bundle version + * iOS : File association + * compat.ini: Set ForceMax60FPS for Super Monkey Ball Adventures. See #7674. + * Make PPSSPP visible in OUYA launcher + * Fix: touchscreen evens on upcomming SDL2 versions which includes the same functionality but inside the library + * And another mumbo jumbo game (#12857) + * Enable ForceMax60FPS for games published by MumboJumbo. See issue #12857 + * Vulkan: Discard negative width/height framebuffer blits. Will likely help #12531. + * Address additional feedback from Unknown, finally + * Assorted fixes (build and crash) + * Use PPSSPP's kernel interface to retrieve Heap objects + * Address Unknown's feedback + * Change to info log + * Attempt to make save status + * Fix crash in sceKernelDeleteHeap + * Attempt to build fix non-windows + * remove comment + * Try to Implement SysMemForKernel + * Move SysMemForKernel to sceKernelMemory + * oop + * Wrap some SysMemForKernel's nids + * Update dialog on Android 10 + * iOS Share PPSSPP + * Travis: Handle new package versions better. + * PPGe: Remove half-pixel offset. + * http: Fix thread join on enable/disable. + * "Unify" the credits screen. Fixes #12844. + * Android: Don't cache env in text drawer. + * Update gradle again + * GLES: Disable range culling on old Tegras, they seem to misbehave (see issue #12838). + * update VS projects + * D3D11: Always use accurate depth. + * Windows: Send resize when adjusting render mode. + * Add "Switch UMD" menu point to Linux version + * Improve code readability + * Implement PPSSPP specific cheats: + * Update more Linux version menu points to correspond to Windows ones + * Remove leftovers + * Add "Record" menu group to Linux version + * TextureReplacer: Generate a default value in the ini files for ignoreMipmap. + * Add "Enable chat" menu point to Linux version + * Auto rotate over a square + * Fixes (stage 3) + * Update TextureReplacer.h + * Update TextureReplacer.cpp + * Fixes (stage 2) + * #8714 Unified resolution scaling for all platforms. + * Add option to prevent Mipmaps from being dumped + * Fixes (stage 1) + * Turn on [ForceMax60FPS] for "Fat Princess: Fistful of Cake". Benefits loading times etc. + * Update "File" menu to match Windows version + * Update "Emulation" menu to match Windows version + * Update "Debug" menu to match Windows version + * Update "Options" menu to match Windows version + * Update "Help" menu to match Windows version + * UI: Respect insets with on-device debug stats. + * GE Debugger: Prevent crash when stopping execution. + * GLES: Update shader uniforms after apply state. + * Cheats: Fix use in homebrew on start. + * Cheats: Cleanup global usage. + * UI: Cleanup old specialized checkbox. + * UI: Monitor cheat file changes on cheat editor. + * UI: Update cheat file more safely. + * UI: Use standard back and checkbox in cheats UI. + * UI: Prevent changing memstick path in game. + * u8_clamp clean up + * Squash commit + ------------------------------------------------------------------- Thu Apr 09 17:23:54 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 2bdb542..032f594 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200409 +Version: 1.9.3~git20200519 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From eabe38d86f554c9dab177387c558505c1718ba1b97387c059038428019d727ab Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Fri, 22 May 2020 20:40:28 +0000 Subject: [PATCH 21/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=259 --- _servicedata | 2 +- ppsspp-1.9.3~git20200519.tar.xz | 3 --- ppsspp-1.9.3~git20200522.tar.xz | 3 +++ ppsspp.changes | 23 +++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200519.tar.xz create mode 100644 ppsspp-1.9.3~git20200522.tar.xz diff --git a/_servicedata b/_servicedata index 488cd2f..10e2b54 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - f1b9943947cf67dec81d0b09f8aa23f936054f4b \ No newline at end of file + bff3c15d6fdc618f72eb2c815557c74fe6a30b54 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200519.tar.xz b/ppsspp-1.9.3~git20200519.tar.xz deleted file mode 100644 index 6f9debe..0000000 --- a/ppsspp-1.9.3~git20200519.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be91b20e0bd22df698dd40005490cdcaf7485a2e0bf04dae256e39b968661cfb -size 195483784 diff --git a/ppsspp-1.9.3~git20200522.tar.xz b/ppsspp-1.9.3~git20200522.tar.xz new file mode 100644 index 0000000..abb3687 --- /dev/null +++ b/ppsspp-1.9.3~git20200522.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fc285da913bfb07da09f32277eacad547af53843b89a857e75800480cde8fc +size 195521976 diff --git a/ppsspp.changes b/ppsspp.changes index a0fd155..760269f 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri May 22 20:12:29 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200522: + * [Camera/V4L] Add support for jpeg and multiple buffers + * Windows: Ask for a specific device on failure. + * Windows: Avoid WASAPI init for a bad format. + * Windows: Avoid crash for a mono output format. + * Ge: Check stack depth based on args struct size. + * GPU: Ignore viewport for scissor of 481. + * Vulkan: Label render passes in RenderDoc/etc. + * Vulkan: Cleanup some duplicate code. + * Correct an issue where reformat didn't work if no renderpass was active due to the use of clear. + * Remove a redundant framebuffer bind in CopyDisplayToOutput + * Add a name tag for all render steps (GL/Vulkan). Helps with debugging and should be cheap enough (a single pointer per "step"). + * Move the check from #12908 into the firmware version check. + * Vulkan: Avoid stencilAction != depthAction. + * Vulkan: Check driver version for Adreno 5xx bug. + * Vulkan: Move Harvest Moon fix to Draw::Bugs. + * Vulkan: Stencil initialization: Use the adreno path for Mali as well. + * Fix a case of pointer truncation in Vulkan on 32-bit. Fixes #12932 + * Vulkan crashfix (pNext was uninitialized) + ------------------------------------------------------------------- Tue May 19 09:13:42 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 032f594..0e96744 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200519 +Version: 1.9.3~git20200522 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 4d17b19dc0ce507ee0cd153992266c64b9413b4e2a66a880caf75d1570d32ba8 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Sat, 23 May 2020 22:10:21 +0000 Subject: [PATCH 22/23] Scheduled source refresh OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=260 --- _servicedata | 2 +- ppsspp-1.9.3~git20200522.tar.xz | 3 --- ppsspp-1.9.3~git20200523.tar.xz | 3 +++ ppsspp.changes | 10 ++++++++++ ppsspp.spec | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.9.3~git20200522.tar.xz create mode 100644 ppsspp-1.9.3~git20200523.tar.xz diff --git a/_servicedata b/_servicedata index 10e2b54..10ea968 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - bff3c15d6fdc618f72eb2c815557c74fe6a30b54 \ No newline at end of file + 2d4e45d229e619c6e3f9202287c3391b88854db3 \ No newline at end of file diff --git a/ppsspp-1.9.3~git20200522.tar.xz b/ppsspp-1.9.3~git20200522.tar.xz deleted file mode 100644 index abb3687..0000000 --- a/ppsspp-1.9.3~git20200522.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10fc285da913bfb07da09f32277eacad547af53843b89a857e75800480cde8fc -size 195521976 diff --git a/ppsspp-1.9.3~git20200523.tar.xz b/ppsspp-1.9.3~git20200523.tar.xz new file mode 100644 index 0000000..e8c55a8 --- /dev/null +++ b/ppsspp-1.9.3~git20200523.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d9ba64419c6144d5f3974621763671bff0b71c532373a0ca306df3126f577e +size 195511052 diff --git a/ppsspp.changes b/ppsspp.changes index 760269f..f79333e 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat May 23 21:47:35 UTC 2020 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20200523: + * Headless: Fix flash0/font path. + * Debugger: Avoid symbol map if deleted. + * Debugger: Don't break during startup. + * Android: Buildfix. + * GPU: Never set safe size larger than the buffer. + ------------------------------------------------------------------- Fri May 22 20:12:29 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 0e96744..693f8ba 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -17,7 +17,7 @@ Name: ppsspp -Version: 1.9.3~git20200522 +Version: 1.9.3~git20200523 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later From 2fed20dca6ab9a8509f1965478a85baded20cd002c0a094b3e9ad0a1b48c77f5 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 28 May 2020 07:14:42 +0000 Subject: [PATCH 23/23] Accepting request 808974 from home:Kieltux:branches:Emulators - Add QT5Multimedia as build requirement. Fix building of the Qt frontend. - Add %define _lto_cflags %{nil} to spec file. Fix building for Tumbleweed. OBS-URL: https://build.opensuse.org/request/show/808974 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=261 --- ppsspp.changes | 8 ++++++++ ppsspp.spec | 2 ++ 2 files changed, 10 insertions(+) diff --git a/ppsspp.changes b/ppsspp.changes index f79333e..beac32c 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun May 24 11:07:43 UTC 2020 - Carsten Ziepke + +- Add QT5Multimedia as build requirement. Fix building of the Qt + frontend. +- Add %define _lto_cflags %{nil} to spec file. Fix building for + Tumbleweed. + ------------------------------------------------------------------- Sat May 23 21:47:35 UTC 2020 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 693f8ba..6e5e578 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -16,6 +16,7 @@ # +%define _lto_cflags %{nil} Name: ppsspp Version: 1.9.3~git20200523 Release: 0 @@ -47,6 +48,7 @@ BuildRequires: wayland-devel #Qt deps: BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Multimedia) BuildRequires: pkgconfig(Qt5OpenGL) #ffmpeg deps: (Restore once https://github.com/hrydgard/ppsspp/issues/9026 is closed)