- Update to version 0.0.29~git20230810:
* LV2/cellPad: Implement priority-based connection updates * cellPad: Fix max_connect in GetInfo * rsx: Remove unused code (argb<->bgra modifier) and refactor a bit * rsx: Implement image copy between 2D -> 3C/CUBE with scaling support. * ELF.h: fix warning * PPU/Debugger: Fix op_branch_targets * PPU: Fixup interpreter and analyzer * PPU/Patches: Fix CALLOC patch with interpreter * cellSaveData: Fix check 58, implement checks 77 and 76 * PPU Loader: Fixup virtual load for non PRX * cellGame: Add some LV2 sleep * Add some error checking to sys_fs_chmod * PPU Analyzer: Fixup verify_func * PPU: fix leak when precompiling SELF files * PPU Loader: Fix imports/exports in virtual mode * PPU Analyzer: Add more function constraints * Fixup SPU/PPU Cache Abortion * PPU Precompilation Fixup * Merge xfloat options * vm.cpp: Fixup race in range_lock_internal * Fixup log message in sys_memory_allocate * System.cpp: Fixup spu.log/tty.log dumping * PPU LLVM: Fixup VSH Precompilation * PPU: A few more minor bugfixes * PPU LLVM Cache Fixup * PPU LLVM/RawSPU: Fixup MMIO crossing-out * vk: Fix detection of RADV on get_driver_vendor() * Make experimental build warning modal * CI: Don't silence curl errors OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=80
This commit is contained in:
parent
10eb546179
commit
79181dd4a8
@ -5,4 +5,4 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">ef12da774e12548b4c0ceebf478b66d258bb8aa1</param></service></servicedata>
|
||||
<param name="changesrevision">4bbe885f35390194d0377195d9024cfb8499262b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6ac3b47764a294265393cf4e0d3feee183258a9aa1cd9d06b8d221c01180777
|
||||
size 52426968
|
3
rpcs3-0.0.29~git20230810.tar.xz
Normal file
3
rpcs3-0.0.29~git20230810.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f75ca91a3cf2b9f59fd558d593d283de3d981afc61ebfe3173cb20cee694390
|
||||
size 53026776
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 10 15:33:40 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
- Update to version 0.0.29~git20230810:
|
||||
* LV2/cellPad: Implement priority-based connection updates
|
||||
* cellPad: Fix max_connect in GetInfo
|
||||
* rsx: Remove unused code (argb<->bgra modifier) and refactor a bit
|
||||
* rsx: Implement image copy between 2D -> 3C/CUBE with scaling support.
|
||||
* ELF.h: fix warning
|
||||
* PPU/Debugger: Fix op_branch_targets
|
||||
* PPU: Fixup interpreter and analyzer
|
||||
* PPU/Patches: Fix CALLOC patch with interpreter
|
||||
* cellSaveData: Fix check 58, implement checks 77 and 76
|
||||
* PPU Loader: Fixup virtual load for non PRX
|
||||
* cellGame: Add some LV2 sleep
|
||||
* Add some error checking to sys_fs_chmod
|
||||
* PPU Analyzer: Fixup verify_func
|
||||
* PPU: fix leak when precompiling SELF files
|
||||
* PPU Loader: Fix imports/exports in virtual mode
|
||||
* PPU Analyzer: Add more function constraints
|
||||
* Fixup SPU/PPU Cache Abortion
|
||||
* PPU Precompilation Fixup
|
||||
* Merge xfloat options
|
||||
* vm.cpp: Fixup race in range_lock_internal
|
||||
* Fixup log message in sys_memory_allocate
|
||||
* System.cpp: Fixup spu.log/tty.log dumping
|
||||
* PPU LLVM: Fixup VSH Precompilation
|
||||
* PPU: A few more minor bugfixes
|
||||
* PPU LLVM Cache Fixup
|
||||
* PPU LLVM/RawSPU: Fixup MMIO crossing-out
|
||||
* vk: Fix detection of RADV on get_driver_vendor()
|
||||
* Make experimental build warning modal
|
||||
* CI: Don't silence curl errors
|
||||
* LV2: Improve sys_timer_usleep by using CPU usermode waiting
|
||||
* macOS CI: use lzma compression for the DMG
|
||||
* macOS CI: use faudio from submodule
|
||||
* macOS CI: build faudio from source
|
||||
* osk: ignore input based on ignore_device_events
|
||||
* rsx: Rebuild shader texture state if we detect a silent mismatch
|
||||
* Fix current date format
|
||||
* Optimize memory usage of ELF loader
|
||||
* Auto-dump decrypted binaries if PPU debug is enabled
|
||||
* Fix decrypt_binaries_t::done()
|
||||
* vm.cpp/Non-TSX: Fixup potential deadlock
|
||||
* PPU LLVM/SPU/Non-TSX: Obnoxiously responsive and obedient PPU for SPU requests
|
||||
* Fixup futex_waitv redefinition
|
||||
* direct return in ppu_check
|
||||
* Fix lf_queue regression
|
||||
* Linux: use futex_waitv syscall for atomic waiting
|
||||
* Remove thread pool
|
||||
* Reset broken LLCM_CCACHE_BUILD change
|
||||
* Don't require Qt 6.4.0 (works with 6.2.4)
|
||||
* Update ffmpeg
|
||||
* Update dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 01 14:13:31 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.29~git20230731
|
||||
Version: 0.0.29~git20230810
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user