From d530a2c9d1fae4acafe902f607bf803ac25700bc508f8990b089a31d007381b6 Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Sun, 1 Sep 2024 13:17:53 +0000 Subject: [PATCH] Update to version 0.0.32~git20240827 OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=120 --- _servicedata | 4 +- rpcs3-0.0.32~git20240810.tar.xz | 3 -- rpcs3-0.0.32~git20240827.tar.xz | 3 ++ rpcs3.changes | 88 +++++++++++++++++++++++++++++++++ rpcs3.spec | 2 +- 5 files changed, 94 insertions(+), 6 deletions(-) delete mode 100644 rpcs3-0.0.32~git20240810.tar.xz create mode 100644 rpcs3-0.0.32~git20240827.tar.xz diff --git a/_servicedata b/_servicedata index f66a574..e5981b4 100644 --- a/_servicedata +++ b/_servicedata @@ -1,8 +1,8 @@ git://github.com/RPCS3/rpcs3 - 7d84d084a44f9a13aa3262822de7f3bce0b20142 + 3b36df48e9682f257d4eb4151b7b7c390f952858 https://github.com/RPCS3/rpcs3.git - 7d84d084a44f9a13aa3262822de7f3bce0b20142 \ No newline at end of file + 3b36df48e9682f257d4eb4151b7b7c390f952858 \ No newline at end of file diff --git a/rpcs3-0.0.32~git20240810.tar.xz b/rpcs3-0.0.32~git20240810.tar.xz deleted file mode 100644 index 8c1c555..0000000 --- a/rpcs3-0.0.32~git20240810.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4be95050ed5a8228cf27b48191a8764309c03bb5ec94c3f074cb1717b77a063 -size 206677424 diff --git a/rpcs3-0.0.32~git20240827.tar.xz b/rpcs3-0.0.32~git20240827.tar.xz new file mode 100644 index 0000000..b1209e9 --- /dev/null +++ b/rpcs3-0.0.32~git20240827.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0bac2a732aa41b82e88aba97d97996be138906c74addf999e6d420fc081b3f1 +size 206753768 diff --git a/rpcs3.changes b/rpcs3.changes index 183b697..273a32b 100644 --- a/rpcs3.changes +++ b/rpcs3.changes @@ -1,3 +1,91 @@ +------------------------------------------------------------------- +Mon Aug 26 22:15:02 UTC 2024 - Hunter Wardlaw + +- Update to version 0.0.32~git20240827: + * Vk/Gl/Overlays: Do not blend the alpha channel when rendering overlays + * RSX: Fix RSX Captures + +------------------------------------------------------------------- +Mon Aug 26 17:52:40 UTC 2024 - Hunter Wardlaw + +- Update to version 0.0.32~git20240826: + * Qt: check microphone permissions + * Qt: ask for camera permissions + * Qt: sync gui settings by default after setting or removing values + * Fix crash in JIT when compiling LLVM blocks + * macos - Fix crash when running native arm64 LLVM + * Use sysctlbyname + * Implement basic system info detection on macos using sysctl + * SPU: Remove condition from GETLLAR spin detection + * Handle WSAENETRESET error + * macos - Fix crash executing resolver + * aarch64 - Support for apple exceptions + * Add proper transform pass management + * Minor fixes + * Fix v3dv workaround + * Fix aarch64 compilation on macOS + * aarch64 - Decode CPU brand information + * Debugger: Pointer comparison bugfix + * vk: Only allow unsupported textureCompressionBC for v3dv + * vk: Add driver vendor V3DV (Broadcom on Mesa) + * vk: Support v3dv, allow creating device without textureCompressionBC + * spu: Workaround GCC 14.1 compiler bug + * config: Set minimum allowed resolution scale to 25% + * cmake: fix EGL and add USE_SYSTEM_CURL + * Formatting + * Rework aarch64 signal handling + * Debugger/SPU: Implement SPU Disassembler + * SPU: Improve some logging + * Improve "write" instruction detection. + * Fix hang when compiling leaf blocks + * Fix compiler warnings about unused args for aarch64 + * Use return-oriented trap approach + * Move to a assembler wrapper for injected asm to better handle dependencies + * Refactor aarch64 JIT code + * Qt/input: Don't report two direction trigger values unless actually requested + * Input: Abbreviate some variable names and add min output interval + * input: log send_output_report hid error + * SPU: Reduce some logging + * Implement thread_ctrl::wait_until() + * Qt: fix pad settings latency + * SPU: Disable transfer locking for RSX addresses + * SPU: Unlock RSX list transfers + * Debugger/PPU: Minor bugfix in CR register dump + * Qt/patches: don't allow duplicate app versions + * Qt/patches: fix multi app version entry in patch creator + * Qt/patches: check if app version is 5 characters long and like 01.00 + * Qt/patches: check if serial is 9 characters long and alphanumeric + * patches: use more std::move + * Qt/patches: Use YAML emitter to escape characters + * Qt/patches: allow to select text with the mouse + * evdev: don't warn on disabled motion device + * Qt: vfs tool dialog + * Update 7zip to 24.08 + * Qt/patches: delete message boxes on close + * patches: improve error logging: add file paths to all errors + * Qt/patches: use show instead of exec + * Qt/patches: improve value validation + * Qt/patches: uze const ref for YAML::Node params + * sceNp: Silence a few functions + * CELL: Remove performance hack for reservation + * CELL: New reservation notifications mechanism + * Fix sys_io thread deadlock + * keyboard: only map single buttons + * Remove unused using declaration + * xinput: allow to map triggers as positive or negative + * rsx: Fix crash when CPU blit is enabled + * aarch64/llvm: Handle processing of leaf nodes + * Fix vm::reservation_update + * SPU: Fix "SPU Accurate Reservations" off + * Qt/input: add shortcut for toggling emulated mouse and keyboard + * Fix overflow warning + * Qt: refactor pad preview updates to reduce duplicate code + * Fix OpenGL behavior under wayland-egl + * Enable users to reject friend requests + * SPU LLVM: Enable PUTLLC16 if accurate reservations is off + * Do not add usage stats for unused SPU programs + * SPU: Fix bug in GETLLAR + ------------------------------------------------------------------- Sun Aug 11 05:51:49 UTC 2024 - Hunter Wardlaw diff --git a/rpcs3.spec b/rpcs3.spec index f5cb30d..10da7e2 100644 --- a/rpcs3.spec +++ b/rpcs3.spec @@ -17,7 +17,7 @@ Name: rpcs3 -Version: 0.0.32~git20240810 +Version: 0.0.32~git20240827 Release: 0 Summary: PS3 emulator/debugger License: GPL-2.0-only