SHA256
1
0
forked from pool/rpcs3

- 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
This commit is contained in:
Yunhe Guo 2023-08-26 14:55:09 +00:00 committed by Git OBS Bridge
parent 79181dd4a8
commit 5449e4af6b
5 changed files with 74 additions and 5 deletions

View File

@ -5,4 +5,4 @@
</service>
<service name="tar_scm">
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
<param name="changesrevision">4bbe885f35390194d0377195d9024cfb8499262b</param></service></servicedata>
<param name="changesrevision">b2484838418a523c6f8791b316eb1d56e937d461</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f75ca91a3cf2b9f59fd558d593d283de3d981afc61ebfe3173cb20cee694390
size 53026776

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88c341505424a06affe62d4b58fc3e958017cef49b0d12915f08cf3f3ac19e06
size 53429816

View File

@ -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

View File

@ -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