- Update to version 0.0.27~git20230414:
* SPU LLVM: use atomic loads in read channel count * SPU LLVM: fix savestate safety guards * PPU LLVM: disable DSE pass and use volatile store/loads * Add savestate buttons to home menu * cellMic: fix mic type regression * cellMic: fallback to proper sampling rate if necessary * cellMic: change some log levels * cellMic: fallback to 4,2,1 channels by default * cellMic: add some error checks * cellMic: minor format changes for readability * Debugger: Fix step over (#13649) * Try even lower * vk: GTX970 workaround * Forces deterministic FP operations when online * Loader: Make executable analyzation not halt UI when launching games * Fix deref in cellSaveData log * Update build-mac.sh * Skylander Portal: Trap Team Audio Transfers OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=52
This commit is contained in:
parent
0302863956
commit
96215d789e
@ -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">06b0e35fb9ec0a98e37432614b5b74538ea8b400</param></service></servicedata>
|
<param name="changesrevision">ba29f0ccd1d47fc01eb8d0b7695108270d705a82</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4ad592ad756b0dcc7e76499957c3df840583e64227c7e34cb7cb50cd0117d463
|
|
||||||
size 62380192
|
|
3
rpcs3-0.0.27~git20230414.tar.xz
Normal file
3
rpcs3-0.0.27~git20230414.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2612fc35cc93b342882be0fc0c9551bd659917c6586ac9c04549053609482df7
|
||||||
|
size 62401592
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 14 16:21:29 UTC 2023 - i@guoyunhe.me
|
||||||
|
|
||||||
|
- Update to version 0.0.27~git20230414:
|
||||||
|
* SPU LLVM: use atomic loads in read channel count
|
||||||
|
* SPU LLVM: fix savestate safety guards
|
||||||
|
* PPU LLVM: disable DSE pass and use volatile store/loads
|
||||||
|
* Add savestate buttons to home menu
|
||||||
|
* cellMic: fix mic type regression
|
||||||
|
* cellMic: fallback to proper sampling rate if necessary
|
||||||
|
* cellMic: change some log levels
|
||||||
|
* cellMic: fallback to 4,2,1 channels by default
|
||||||
|
* cellMic: add some error checks
|
||||||
|
* cellMic: minor format changes for readability
|
||||||
|
* Debugger: Fix step over (#13649)
|
||||||
|
* Try even lower
|
||||||
|
* vk: GTX970 workaround
|
||||||
|
* Forces deterministic FP operations when online
|
||||||
|
* Loader: Make executable analyzation not halt UI when launching games
|
||||||
|
* Fix deref in cellSaveData log
|
||||||
|
* Update build-mac.sh
|
||||||
|
* Skylander Portal: Trap Team Audio Transfers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 11 15:56:48 UTC 2023 - Yunhe Guo <i@guoyunhe.me>
|
Tue Apr 11 15:56:48 UTC 2023 - Yunhe Guo <i@guoyunhe.me>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rpcs3
|
Name: rpcs3
|
||||||
Version: 0.0.27~git20230411
|
Version: 0.0.27~git20230414
|
||||||
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