From 5e9aca811b0f533a013362ea1e2920b770fc135bed5db00d54209705300be8df Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Mon, 25 Mar 2024 13:38:36 +0000 Subject: [PATCH] - Update to version 1.7.5641~git20240324: * ci: Bump the ci-deps group with 5 updates (#10944) * GS/HW: Check both edges of current triangle for quads * GS/HW: Compare dirty rects by valid bounds * GS/HW: Improve channel + texture shuffle detection and processing * CI: Set build-log-url for Flathub upload * USB: Cleanup usb qemu. * UnitTests: Only build SSE4 on Apple Silicon host * CI: Swap to MacOS 14 runner * deps: Build MoltenVK on MacOS * Qt: Don't invoke quit() from closeEvent() * Qt: Enable unifiedTitleAndToolBarOnMac for main window * GS/HW: Make sure RTA doesn't correct when it can't * CI:mac: Update to Xcode 15.2 * CI:mac: Set CMAKE_INSTALL_NAME_DIR * CI:mac: Use shared cmake config variable * CI: Support relative dirs in install scripts * Qt: Fix main window stuck open after update * README: Update docs link * GameDB: Fix SSX On Tour NTSC-US patch * Qt: Update docs link on setup wizard * GameDB: Add some gshw fixes. * Qt: Fix closing log window via taskbar * GS/HW: Optimize RTA correction to reduce copies * GS/HW: Improve how we handle texture shuffles with barriers. * PAD: Update to latest controller database. * UI: Rename screenshot size options * GameDB: Various fixes * GameDB: NTSC-J Fixes. (#10928) * UI: Add the "points" unit in some RA-related strings (#10917) OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=412 --- _servicedata | 2 +- pcsx2-1.7.5617~git20240315.tar.xz | 3 -- pcsx2-1.7.5641~git20240324.tar.xz | 3 ++ pcsx2.changes | 50 +++++++++++++++++++++++++++++++ pcsx2.spec | 2 +- 5 files changed, 55 insertions(+), 5 deletions(-) delete mode 100644 pcsx2-1.7.5617~git20240315.tar.xz create mode 100644 pcsx2-1.7.5641~git20240324.tar.xz diff --git a/_servicedata b/_servicedata index f5110bd..de4c5cd 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/PCSX2/pcsx2.git - 867afd7da03b1a4cbd53423a6f70808bdde6fc70 \ No newline at end of file + d0f070bf971492eb65c97e0254ebbcfd0c5b4c20 \ No newline at end of file diff --git a/pcsx2-1.7.5617~git20240315.tar.xz b/pcsx2-1.7.5617~git20240315.tar.xz deleted file mode 100644 index 74ded82..0000000 --- a/pcsx2-1.7.5617~git20240315.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c129f3b31653dba39ab516cbb83fed3fb2afc1879a1372e47444a8001ccf28c8 -size 19387576 diff --git a/pcsx2-1.7.5641~git20240324.tar.xz b/pcsx2-1.7.5641~git20240324.tar.xz new file mode 100644 index 0000000..3992a37 --- /dev/null +++ b/pcsx2-1.7.5641~git20240324.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb47afaf03c458062bfe4e47b8325d645cb5ad3e96f7cb37b142ae3162bb57e +size 19389124 diff --git a/pcsx2.changes b/pcsx2.changes index 078a617..c155269 100644 --- a/pcsx2.changes +++ b/pcsx2.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Mon Mar 25 13:30:14 UTC 2024 - i@guoyunhe.me + +- Update to version 1.7.5641~git20240324: + * ci: Bump the ci-deps group with 5 updates (#10944) + * GS/HW: Check both edges of current triangle for quads + * GS/HW: Compare dirty rects by valid bounds + * GS/HW: Improve channel + texture shuffle detection and processing + * CI: Set build-log-url for Flathub upload + * USB: Cleanup usb qemu. + * UnitTests: Only build SSE4 on Apple Silicon host + * CI: Swap to MacOS 14 runner + * deps: Build MoltenVK on MacOS + * Qt: Don't invoke quit() from closeEvent() + * Qt: Enable unifiedTitleAndToolBarOnMac for main window + * GS/HW: Make sure RTA doesn't correct when it can't + * CI:mac: Update to Xcode 15.2 + * CI:mac: Set CMAKE_INSTALL_NAME_DIR + * CI:mac: Use shared cmake config variable + * CI: Support relative dirs in install scripts + * Qt: Fix main window stuck open after update + * README: Update docs link + * GameDB: Fix SSX On Tour NTSC-US patch + * Qt: Update docs link on setup wizard + * GameDB: Add some gshw fixes. + * Qt: Fix closing log window via taskbar + * GS/HW: Optimize RTA correction to reduce copies + * GS/HW: Improve how we handle texture shuffles with barriers. + * PAD: Update to latest controller database. + * UI: Rename screenshot size options + * GameDB: Various fixes + * GameDB: NTSC-J Fixes. (#10928) + * UI: Add the "points" unit in some RA-related strings (#10917) + * GS/HW: Decorrect targets for readbacks. + * GS/HW: Allow source is rt to use corrected alpha in most cases. + * GS/HW: Clean up Correct/Decorrect calls and functions. + * GS/HW: RTA Decorrect on Target Update. + * GS/HW: Adjust RTA shader precision. + * GS/HW: Check if channel shuffling actually needs decorrecting. + * GS/HW: Improve how we handle decorrection on texture shuffles. + * GS/HW: RTA checks for moves and DST matches and ICO CRC. + * GS/HW: Avoid corrections on new targets. + * GS/HW: Update TargetClear to work with RTA Correction. + * GS/HW: RTA Correction, implement on DATE. + * GS/HW: Make sure we don't multiply Cs if Ad is corrected. + * GS/HW: Decorrect Ad on sw blend in tfx shader. + * GS/HW: Avoid (Ad + 1) cases on RTA correction. + * GS/HW: Add support for Ad (RTA) correction. + * GS/HW: Improve shuffle width/height detection + ------------------------------------------------------------------- Sat Mar 16 04:43:48 UTC 2024 - i@guoyunhe.me diff --git a/pcsx2.spec b/pcsx2.spec index 199a9a7..9d6d667 100644 --- a/pcsx2.spec +++ b/pcsx2.spec @@ -17,7 +17,7 @@ Name: pcsx2 -Version: 1.7.5617~git20240315 +Version: 1.7.5641~git20240324 Release: 0 Summary: Sony PlayStation 2 Emulator License: GPL-2.0-only AND GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only