Accepting request 1154075 from Emulators
- Update to version 0.0.30~git20240301: * Update serialization.hpp * Update serialization.hpp * Update serialization.hpp * serialization.hpp: Fix HLE serilization * cellPamf implementation (#15143) * Fix for sceNpScoreGetGameData * Send initial presence for offline friends. * GL: remove unused params * Fix warnings: Remove unused decryption code * SPU LLVM: Improve runtime SPU compilation preferences (#15250) * Improve cellSysutilAvc2SetAttribute logging * Add check for score transactions being reused * Misc: Update FW Latest Version * xaudio2: use system library instead of xaudio2redist * Make clang happy * gl: Allow selecting FSR1 upscaling from the settings * gl: FSR1 cleanup, making it functional * gl: Always log the current renderer visibly. * rsx: Improve simple array performance for small objects * gl: Fix compilation * rsx: Implement FSR1 integration for OpenGL * gl: Rework the upscalers a bit and define the FSR interface * gl: Remove upscaling 'dst' binding and clean up some awful code in GLPresent * gl: Introduce the concept of scaling passes to the backend * rsx/vk: Refactor FSR integration to support multiple backends OBS-URL: https://build.opensuse.org/request/show/1154075 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpcs3?expand=0&rev=19
This commit is contained in:
commit
cddb101d7a
@ -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">0f682b7da1986af202cb142388fa138fc682cc6d</param></service></servicedata>
|
<param name="changesrevision">cfbe7669b4753ee7004114d11cb5c19ede8fd2e5</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b7f58733279bd16ea76d89608935268ce1f942684bcbc72b816d5518fea4368
|
|
||||||
size 32942436
|
|
3
rpcs3-0.0.30~git20240301.tar.xz
Normal file
3
rpcs3-0.0.30~git20240301.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b7a9cd173d93378b274a61827d8018000adbea432b4f0ff8370ecb1381cb6c48
|
||||||
|
size 32941976
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 01 14:20:25 UTC 2024 - i@guoyunhe.me
|
||||||
|
|
||||||
|
- Update to version 0.0.30~git20240301:
|
||||||
|
* Update serialization.hpp
|
||||||
|
* Update serialization.hpp
|
||||||
|
* Update serialization.hpp
|
||||||
|
* serialization.hpp: Fix HLE serilization
|
||||||
|
* cellPamf implementation (#15143)
|
||||||
|
* Fix for sceNpScoreGetGameData
|
||||||
|
* Send initial presence for offline friends.
|
||||||
|
* GL: remove unused params
|
||||||
|
* Fix warnings: Remove unused decryption code
|
||||||
|
* SPU LLVM: Improve runtime SPU compilation preferences (#15250)
|
||||||
|
* Improve cellSysutilAvc2SetAttribute logging
|
||||||
|
* Add check for score transactions being reused
|
||||||
|
* Misc: Update FW Latest Version
|
||||||
|
* xaudio2: use system library instead of xaudio2redist
|
||||||
|
* Make clang happy
|
||||||
|
* gl: Allow selecting FSR1 upscaling from the settings
|
||||||
|
* gl: FSR1 cleanup, making it functional
|
||||||
|
* gl: Always log the current renderer visibly.
|
||||||
|
* rsx: Improve simple array performance for small objects
|
||||||
|
* gl: Fix compilation
|
||||||
|
* rsx: Implement FSR1 integration for OpenGL
|
||||||
|
* gl: Rework the upscalers a bit and define the FSR interface
|
||||||
|
* gl: Remove upscaling 'dst' binding and clean up some awful code in GLPresent
|
||||||
|
* gl: Introduce the concept of scaling passes to the backend
|
||||||
|
* rsx/vk: Refactor FSR integration to support multiple backends
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 25 07:26:21 UTC 2024 - i@guoyunhe.me
|
Sun Feb 25 07:26:21 UTC 2024 - i@guoyunhe.me
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rpcs3
|
Name: rpcs3
|
||||||
Version: 0.0.30~git20240224
|
Version: 0.0.30~git20240301
|
||||||
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