SHA256
1
0
forked from pool/rpcs3

- Update to version 0.0.31~git20240329:

* Fix savestate reload functionality
  * Savestates/SPU: Partially publicize SPU-Compatible functionality
  * SaveStates: Add error messages on screen
  * rsx: Fix loading mid-draw call savestates
  * LV2: Silence logging of semaphore
  * PPU: Fix logging of sys_interrupt syscalls
  * LV2: Silence logging of mutex and cond syscalls
  * workaround Clang 18.1 crash
  * fix compiler warnings
  * main.cpp: remove outdated code for MSVC 19.27
  * fix GCC warnings
  * cmake: fix MSVC build
  * llvm: update to 18
  * rsx: Make overlay manager default lock-state exclusive
  * rsx: Fix race conditions on removals
  * rsx: Rewrite fragment shader invalidation test
  * rsx: Fix memory range invalidation
  * Fix audit crash in games where hash strategy is heavily used
  * audio: allow to choose channel layouts
  * Savestates/RSX: Save pending flip
  * PPU: Fixup savestate prio bit usage
  * util\serialization_ext.cpp: Fixup
  * Savestates: safe saving while cellSaveData is active
  * SPU LLVM: Fix Forwarding GPR stores savestate safety
  * Thread.cpp: Reduce logging
  * Savestates: Reduce logging
  * SPU LLVM: Add assert for MFC abort
  * Silence cellGemGetState
  * Fixup emulation stopping

OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=106
This commit is contained in:
Yunhe Guo 2024-03-29 14:32:16 +00:00 committed by Git OBS Bridge
parent dff3643162
commit 87532bcf1e
5 changed files with 62 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">adedc7c66762c06aff6df7b49f89336f78999511</param></service></servicedata>
<param name="changesrevision">4ecf8ecd06c15f0557e1d9243f31e4c2d7baebe2</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9203509e17bf88bf00679ffbff25fcffe6cc191bf6c9609319d713896f9e3848
size 32935668

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cfca75175a4cebecd8ce9930b5e1741d6035663ae7730e1bab5a68ac4f279e8
size 33238896

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Fri Mar 29 14:20:30 UTC 2024 - i@guoyunhe.me
- Update to version 0.0.31~git20240329:
* Fix savestate reload functionality
* Savestates/SPU: Partially publicize SPU-Compatible functionality
* SaveStates: Add error messages on screen
* rsx: Fix loading mid-draw call savestates
* LV2: Silence logging of semaphore
* PPU: Fix logging of sys_interrupt syscalls
* LV2: Silence logging of mutex and cond syscalls
* workaround Clang 18.1 crash
* fix compiler warnings
* main.cpp: remove outdated code for MSVC 19.27
* fix GCC warnings
* cmake: fix MSVC build
* llvm: update to 18
* rsx: Make overlay manager default lock-state exclusive
* rsx: Fix race conditions on removals
* rsx: Rewrite fragment shader invalidation test
* rsx: Fix memory range invalidation
* Fix audit crash in games where hash strategy is heavily used
* audio: allow to choose channel layouts
* Savestates/RSX: Save pending flip
* PPU: Fixup savestate prio bit usage
* util\serialization_ext.cpp: Fixup
* Savestates: safe saving while cellSaveData is active
* SPU LLVM: Fix Forwarding GPR stores savestate safety
* Thread.cpp: Reduce logging
* Savestates: Reduce logging
* SPU LLVM: Add assert for MFC abort
* Silence cellGemGetState
* Fixup emulation stopping
* vm: Fix writer lock leak
* rsx: Move SPIRV stuff into common code
* GL: fix segfault in GLGSRender::flip
* Add Legacy plugin to Building.md
* Remove Windows 7 reference
* Qt 6.6.3
* Savestates/PPU: Fix PRX relocations
* Savestates: Minor logging message
* Fix shutting down emulation while save-stating
* SPU: Make STOP a safe return instruction
* Savestates: Make locking SPU threads more reasonable
* PPU LLVM: Remove cast to constant
* Savestates/SPU: Extend RCHCNT safe returns
* Savestates: Save PPU running order
* Silence logging of cellScreenShot
* cellAudio: log backend channel count
* Qt: Rename Navigation controller to PS Move Navigation
* cellPad: simplify for loops
* cellPad: move getters to where they are actually needed
* cellMic: add nullptr check for data in cell_mic_read
* Fix some warnings
* Update miniupnpd to 2.3.6
* Update wolfssl to 5.7.0
-------------------------------------------------------------------
Mon Mar 25 13:49:42 UTC 2024 - i@guoyunhe.me

View File

@ -17,7 +17,7 @@
Name: rpcs3
Version: 0.0.31~git20240325
Version: 0.0.31~git20240329
Release: 0
Summary: PS3 emulator/debugger
License: GPL-2.0-only