forked from pool/rpcs3
- Update to version 0.0.29~git20230902:
* Set azure variables * SPU LLVM: Optimize spu_idisable * Fix excluded sections check mismatch * rsx/texture-cache: Remove archaic short-circuit during purge-xxxxx routines * Crypto: Fix endianess, avoid crashing on invalid values * Qt: rename pad profiles to config files * Make sure to enable PR builds * More cleanup * Update linux Azure and re-enable GitHub pushing * Precompile PRX/ELF extension * Hotfix SPU Cache Spam For Game Collections * Fixup Create PPU Cache * SPU: support pure SPU code precompilation discovery * SPU: Refactor function discovery * Add SPU Precompilation to Create PPU Cache * Qt: fix pressure intensity deadzone enabled state * macOS CI: build ffmpeg and gnutls from source, and fix deploy script (#14563) * input: add SDL_GameControllerDB * Update MVK * Update homebrew mvk on build script * [DS4] Proper USB/BT detection * SPU LLVM Precompilation Fixup * SPU LLVM Precompilation * Zero register optimization for AVX-512-VBMI - Take advantage of the fact that AVX instructions zero the upper 128 bits for a nice optimization when one input vector is zeroed * PPU Analyzer: Fix OPD section validation * cellPad: fix lost status during cellPad_NotifyStateChange * cellPad: fix potential out of bounds read and u32 warnings * cellPad: some readability updates * Midi: fix data type warnings OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=83
This commit is contained in:
parent
bccdae4399
commit
d52c1ca045
@ -5,4 +5,4 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">b2484838418a523c6f8791b316eb1d56e937d461</param></service></servicedata>
|
||||
<param name="changesrevision">7e281a3354aaface59af02fe95836f63727e96dd</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88c341505424a06affe62d4b58fc3e958017cef49b0d12915f08cf3f3ac19e06
|
||||
size 53429816
|
3
rpcs3-0.0.29~git20230902.tar.xz
Normal file
3
rpcs3-0.0.29~git20230902.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbbd6c404d2731377801d99f9de00d14fd071e136e7810fffdde08fa051a2f68
|
||||
size 53425516
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 02 03:36:40 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
- Update to version 0.0.29~git20230902:
|
||||
* Set azure variables
|
||||
* SPU LLVM: Optimize spu_idisable
|
||||
* Fix excluded sections check mismatch
|
||||
* rsx/texture-cache: Remove archaic short-circuit during purge-xxxxx routines
|
||||
* Crypto: Fix endianess, avoid crashing on invalid values
|
||||
* Qt: rename pad profiles to config files
|
||||
* Make sure to enable PR builds
|
||||
* More cleanup
|
||||
* Update linux Azure and re-enable GitHub pushing
|
||||
* Precompile PRX/ELF extension
|
||||
* Hotfix SPU Cache Spam For Game Collections
|
||||
* Fixup Create PPU Cache
|
||||
* SPU: support pure SPU code precompilation discovery
|
||||
* SPU: Refactor function discovery
|
||||
* Add SPU Precompilation to Create PPU Cache
|
||||
* Qt: fix pressure intensity deadzone enabled state
|
||||
* macOS CI: build ffmpeg and gnutls from source, and fix deploy script (#14563)
|
||||
* input: add SDL_GameControllerDB
|
||||
* Update MVK
|
||||
* Update homebrew mvk on build script
|
||||
* [DS4] Proper USB/BT detection
|
||||
* SPU LLVM Precompilation Fixup
|
||||
* SPU LLVM Precompilation
|
||||
* Zero register optimization for AVX-512-VBMI - Take advantage of the fact that AVX instructions zero the upper 128 bits for a nice optimization when one input vector is zeroed
|
||||
* PPU Analyzer: Fix OPD section validation
|
||||
* cellPad: fix lost status during cellPad_NotifyStateChange
|
||||
* cellPad: fix potential out of bounds read and u32 warnings
|
||||
* cellPad: some readability updates
|
||||
* Midi: fix data type warnings
|
||||
* cellPad: implement cellPadPeriphGetData default logic and add some comments
|
||||
* input: Use pad class instead of index in pad settings dialog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 26 14:52:21 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.29~git20230826
|
||||
Version: 0.0.29~git20230902
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user