From 5449e4af6b82a6c609cf7c38eaa453a872b4c71537d7306cb3b14970b1492079 Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Sat, 26 Aug 2023 14:55:09 +0000 Subject: [PATCH] - Update to version 0.0.29~git20230826: * input: implement pressure intensity deadzone * input: clamp 0-1 in NormalizeDirectedInput * GHLtar: fix guitar tilt * Update rpcs3/Emu/Io/RB3MidiKeyboard.cpp * RB3MidiKeyboard.cpp: fix some note off messages being processed incorrectly * rsx: Optimize RET returning to following CALL * PPU Analyzer: Analyze whole segment 0 when patches are applied * Savestates: Fix config_event_entry compatibility * rsx: Discard color mask writes with reserved bits * Remove unused variable in PPUThread.cpp * cellPad: remove unused variables * Fix Vulkan link in README * overlays: fix some warnings, simplify code, use move and references * sceNpDrm: Slow down sceNpDrmIsAvailable * cellGame: Make cellGameDataCheck slower * PPU Analyzer: Fix for unaligned sections * rsx: Fixup calculate_required_range * Progress Dialog: Fix race when PPU compilation is super fast * rsx: Fix index vertex array range with modulo calculation * Progress Dialog: Avoid PPU compilation pop-up on short linkage * Progress Dialog: Fix race that could lead to ever-inaccurate results * Progress Dialog: Fix race on PPU compilation status * input: fix dance mat PID * Input: Add PS Move navigation controller * qt/utils: support full path in get_dir_entries * Game List: Add initials-only search * LV2/Loader: Fix kernel regions addresses * PPU/debugger: Fixup * Debugger/PPU: Superior Callstack Detection OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=81 --- _servicedata | 2 +- rpcs3-0.0.29~git20230810.tar.xz | 3 -- rpcs3-0.0.29~git20230826.tar.xz | 3 ++ rpcs3.changes | 69 +++++++++++++++++++++++++++++++++ rpcs3.spec | 2 +- 5 files changed, 74 insertions(+), 5 deletions(-) delete mode 100644 rpcs3-0.0.29~git20230810.tar.xz create mode 100644 rpcs3-0.0.29~git20230826.tar.xz diff --git a/_servicedata b/_servicedata index d9b2ca0..1776281 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ https://github.com/RPCS3/rpcs3.git - 4bbe885f35390194d0377195d9024cfb8499262b \ No newline at end of file + b2484838418a523c6f8791b316eb1d56e937d461 \ No newline at end of file diff --git a/rpcs3-0.0.29~git20230810.tar.xz b/rpcs3-0.0.29~git20230810.tar.xz deleted file mode 100644 index 73e0de5..0000000 --- a/rpcs3-0.0.29~git20230810.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f75ca91a3cf2b9f59fd558d593d283de3d981afc61ebfe3173cb20cee694390 -size 53026776 diff --git a/rpcs3-0.0.29~git20230826.tar.xz b/rpcs3-0.0.29~git20230826.tar.xz new file mode 100644 index 0000000..a55ceb0 --- /dev/null +++ b/rpcs3-0.0.29~git20230826.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c341505424a06affe62d4b58fc3e958017cef49b0d12915f08cf3f3ac19e06 +size 53429816 diff --git a/rpcs3.changes b/rpcs3.changes index 707cd6e..706ce75 100644 --- a/rpcs3.changes +++ b/rpcs3.changes @@ -1,3 +1,72 @@ +------------------------------------------------------------------- +Sat Aug 26 14:52:21 UTC 2023 - i@guoyunhe.me + +- Update to version 0.0.29~git20230826: + * input: implement pressure intensity deadzone + * input: clamp 0-1 in NormalizeDirectedInput + * GHLtar: fix guitar tilt + * Update rpcs3/Emu/Io/RB3MidiKeyboard.cpp + * RB3MidiKeyboard.cpp: fix some note off messages being processed incorrectly + * rsx: Optimize RET returning to following CALL + * PPU Analyzer: Analyze whole segment 0 when patches are applied + * Savestates: Fix config_event_entry compatibility + * rsx: Discard color mask writes with reserved bits + * Remove unused variable in PPUThread.cpp + * cellPad: remove unused variables + * Fix Vulkan link in README + * overlays: fix some warnings, simplify code, use move and references + * sceNpDrm: Slow down sceNpDrmIsAvailable + * cellGame: Make cellGameDataCheck slower + * PPU Analyzer: Fix for unaligned sections + * rsx: Fixup calculate_required_range + * Progress Dialog: Fix race when PPU compilation is super fast + * rsx: Fix index vertex array range with modulo calculation + * Progress Dialog: Avoid PPU compilation pop-up on short linkage + * Progress Dialog: Fix race that could lead to ever-inaccurate results + * Progress Dialog: Fix race on PPU compilation status + * input: fix dance mat PID + * Input: Add PS Move navigation controller + * qt/utils: support full path in get_dir_entries + * Game List: Add initials-only search + * LV2/Loader: Fix kernel regions addresses + * PPU/debugger: Fixup + * Debugger/PPU: Superior Callstack Detection + * CLI - install multiple pkgs from folder (#14516) + * Update BUILDING.md (#14515) + * xaudio2: enable IID_IXAudio2Extension for mingw-w64 + * Fixup cellPadPeriphGetInfo + * Replace some utils::bless usages + * Workaround for Clang: move bless to its own header file + * Cg Disasm: Fix instruction highlighting patter + * Debugger/RSX: Add FP/VP hash of current shader + * Add link for homebrew MVK 1.2.5 to Mac build script + * Bump MoltenVK to 1.2.5 + * Update submodules + * cellAudio: Move and partially fix _mxr000 hack + * Update focal + * PPU: Fix LVRX bad memory access + * LV2: Fixup reservation notifications + * utils/endian.hpp: Use std::byteswap + * SPU: Use usermode waiting for busy GETLLAR loop + * CELL: Postponed address notifications + * Fixup atomic wait (Linux) + * cmake: replace add_compile_definitions with target_compile_definitions + * sys_net.cpp: fix compiler warning + * qt6: fix mingw-w64 build + * remove unnecessary defines + * Fix PPU SELF Precompilation + * cellRec: add more encoder options + * cellPad: Fixup sys_config management + * cellRec: fix width of encoder frames + * home menu: remove non-dynamic SPU Loop Detection + * SPU LLVM: Inline timer reads for WrDec and RdDec - Uses RDTSC to emulate the spu decrementer + * patches: Improve location logging for invalid note sequence + * VS: Fix compilation on Visual Studio 17.7.0 + * SPU LLVM: Fix for AVX-512 CFLTU path - vcvvtps2udq doesn't turn negative numbers into 0, fix by using signed integer max with 0 instead of vrangeps + * PPU Loader: Fixup stack alignment after envp fix + * (Linux) Fixup futex_waitv + * PPU Loader: Fix main()'s envp + ------------------------------------------------------------------- Thu Aug 10 15:33:40 UTC 2023 - i@guoyunhe.me diff --git a/rpcs3.spec b/rpcs3.spec index 39db378..c63d934 100644 --- a/rpcs3.spec +++ b/rpcs3.spec @@ -17,7 +17,7 @@ Name: rpcs3 -Version: 0.0.29~git20230810 +Version: 0.0.29~git20230826 Release: 0 Summary: PS3 emulator/debugger License: GPL-2.0-only