forked from pool/rpcs3
- Update to version 0.0.31~git20240409:
* SPU Analyzer: Do not terminate blocks on BRA * cellRtc: review fixes * cellRtc: remove wrong duplicate pos++ * cellRtc: implement Rfc3339 part of cellRtcParseDateTime * cellRtc: simplify some disassembly code * Remove git brew package from macOS CI script (#15407) * cellGame: add some more error checks * cellCamera: fix config from_string * lv2_socket: reset queue after move * cellGame: Enable disc insert/eject based on disc mount state * Update curl to 8.7.1 * Update soundtouch to 2.3.3 * Update SDL to 2.30.2 * Update FAudio to 20.04 * Fix typo in lv2_socket_native * Fix changelog size hack * Savestates/Network: Feign connection failure on startup * Fix updater message * Savestates/SPU: Fix MFC commands abort * SPU Debugger: Implement viewing block hash on request * SPU LLVM: Fix store elimination within common blocks * Replace some URLs * Updater: Add RPCS3's Patreon link to update dialog * PPU Loader: Fix unload of HLEd PRX modules * PPU LLVM: Fix leak of modules outside dev_flash/sys/internal * SPU LLVM: Postpone runtime worker threads init * PPU LLVM: Unify memory limit for PRX and Overlay files * PPU LLVM: Fix memory leak on precompilation * use the pass manager instead of the legacy one OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=108
This commit is contained in:
parent
87532bcf1e
commit
e628b7df72
@ -5,4 +5,4 @@
|
|||||||
</service>
|
</service>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||||
<param name="changesrevision">4ecf8ecd06c15f0557e1d9243f31e4c2d7baebe2</param></service></servicedata>
|
<param name="changesrevision">f51b100a8c8ca04b733f4e3d1755b9dc22f12345</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8cfca75175a4cebecd8ce9930b5e1741d6035663ae7730e1bab5a68ac4f279e8
|
|
||||||
size 33238896
|
|
3
rpcs3-0.0.31~git20240409.tar.xz
Normal file
3
rpcs3-0.0.31~git20240409.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d1457469113cb335ed960702202537aba93bcb40626657fc32324178cb1a1e96
|
||||||
|
size 33244916
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 10 12:48:01 UTC 2024 - i@guoyunhe.me
|
||||||
|
|
||||||
|
- Update to version 0.0.31~git20240409:
|
||||||
|
* SPU Analyzer: Do not terminate blocks on BRA
|
||||||
|
* cellRtc: review fixes
|
||||||
|
* cellRtc: remove wrong duplicate pos++
|
||||||
|
* cellRtc: implement Rfc3339 part of cellRtcParseDateTime
|
||||||
|
* cellRtc: simplify some disassembly code
|
||||||
|
* Remove git brew package from macOS CI script (#15407)
|
||||||
|
* cellGame: add some more error checks
|
||||||
|
* cellCamera: fix config from_string
|
||||||
|
* lv2_socket: reset queue after move
|
||||||
|
* cellGame: Enable disc insert/eject based on disc mount state
|
||||||
|
* Update curl to 8.7.1
|
||||||
|
* Update soundtouch to 2.3.3
|
||||||
|
* Update SDL to 2.30.2
|
||||||
|
* Update FAudio to 20.04
|
||||||
|
* Fix typo in lv2_socket_native
|
||||||
|
* Fix changelog size hack
|
||||||
|
* Savestates/Network: Feign connection failure on startup
|
||||||
|
* Fix updater message
|
||||||
|
* Savestates/SPU: Fix MFC commands abort
|
||||||
|
* SPU Debugger: Implement viewing block hash on request
|
||||||
|
* SPU LLVM: Fix store elimination within common blocks
|
||||||
|
* Replace some URLs
|
||||||
|
* Updater: Add RPCS3's Patreon link to update dialog
|
||||||
|
* PPU Loader: Fix unload of HLEd PRX modules
|
||||||
|
* PPU LLVM: Fix leak of modules outside dev_flash/sys/internal
|
||||||
|
* SPU LLVM: Postpone runtime worker threads init
|
||||||
|
* PPU LLVM: Unify memory limit for PRX and Overlay files
|
||||||
|
* PPU LLVM: Fix memory leak on precompilation
|
||||||
|
* use the pass manager instead of the legacy one
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 29 14:20:30 UTC 2024 - i@guoyunhe.me
|
Fri Mar 29 14:20:30 UTC 2024 - i@guoyunhe.me
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rpcs3
|
Name: rpcs3
|
||||||
Version: 0.0.31~git20240329
|
Version: 0.0.31~git20240409
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PS3 emulator/debugger
|
Summary: PS3 emulator/debugger
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user