- Update to version 0.0.34~git20241223:
* Fix fs::file log formatting * Qt: allow to skip further automatic update notifications for a single version * IDM: Implement lock-free smart pointers (#16403) * SPU LLVM: Recognize ROTYQBYI and ROTQBI rotation pattern (#16409) - Update to version 0.0.34~git20241221: * ps move: ignore second half frame in ZCM1 * cellGem: add magnetometer support * cellGem: request orientation reset during calibration * cellGem: fix some data types * cellGem: invalidate hue and tracking in cellGemInvalidateCalibration * cellGem: split status_flags into calibration flags and runtime flags * cellGem: implement cellGemSetRumble * cellGem: add setting to let the game actually set the device hues * cellGem: set sphere RGB when a hue is set and vice versa * cellGem: add debug setting for painting spheres into the live image * cellGem: fix some data types * Fix some warnings * cellPhotoDecode: allow dev_bdvd paths * cellGem: Split horizontal and vertical mouse rotation cone setting * Qt: fix settings_dialog opening on wrong tab * Qt: fix flow_layout segfault * cellAdec implementation part 2: LPCM decoder (#16381) * cellGem: expose rotation cone to settings * cellCamera: try to fix internal state on stop * Update SDL to 2.30.10 * Update curl to 8.11.1 * Update 7zip to 24.09 * Update OpenAL to 1.24.1 * Update FAudio to 24.12 * Fix some static analysis warnings * Fix warning - Update to version 0.0.34~git20241217: * Fix unused p2p socket closing * rsx: Improve MM synchronization * rsx: Revert bounds optimization on RO texture load * rsx: Improve performance even more when async MM is active * rsx: Restore previous (incorrect) low-precision format handling * rsx/qt: Add option to disable async host MM to GUI * Fix linux build * rsx: Fix texture renormalization flag and fix windows build * rsx: Fix OpenGL deadlock * rsx: Make the deferred mm flush option usable with OpenGL * rsx/vk: Implement asynchronous host memory management. * Fixup Intel macOS builds * Revert Qt to 6.7.3 for macOS OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=131
This commit is contained in:
parent
389e4ffcac
commit
a36fbc0b2c
@ -1,8 +1,8 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/RPCS3/rpcs3</param>
|
||||
<param name="changesrevision">8dbe88782ce39aeab998079e82b3541e653889c9</param>
|
||||
<param name="changesrevision">53817dcc902053e17caf71888fdd1d5ec01bf08d</param>
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">8dbe88782ce39aeab998079e82b3541e653889c9</param></service></servicedata>
|
||||
<param name="changesrevision">53817dcc902053e17caf71888fdd1d5ec01bf08d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9182764a242168213b0bf658363a016ad5c3173d8f1556cd759ed009c055d37
|
||||
size 40065388
|
3
rpcs3-0.0.34~git20241223.tar.xz
Normal file
3
rpcs3-0.0.34~git20241223.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1337241094c35127f4198422e64cec5953ce047c42a1811ef7060d491f37bffa
|
||||
size 40054908
|
@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 18:06:15 UTC 2024 - Hunter Wardlaw <wardlawhunter@gmail.com>
|
||||
|
||||
- Update to version 0.0.34~git20241223:
|
||||
* Fix fs::file log formatting
|
||||
* Qt: allow to skip further automatic update notifications for a single version
|
||||
* IDM: Implement lock-free smart pointers (#16403)
|
||||
* SPU LLVM: Recognize ROTYQBYI and ROTQBI rotation pattern (#16409)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 21 05:23:10 UTC 2024 - Hunter Wardlaw <wardlawhunter@gmail.com>
|
||||
|
||||
- Update to version 0.0.34~git20241221:
|
||||
* ps move: ignore second half frame in ZCM1
|
||||
* cellGem: add magnetometer support
|
||||
* cellGem: request orientation reset during calibration
|
||||
* cellGem: fix some data types
|
||||
* cellGem: invalidate hue and tracking in cellGemInvalidateCalibration
|
||||
* cellGem: split status_flags into calibration flags and runtime flags
|
||||
* cellGem: implement cellGemSetRumble
|
||||
* cellGem: add setting to let the game actually set the device hues
|
||||
* cellGem: set sphere RGB when a hue is set and vice versa
|
||||
* cellGem: add debug setting for painting spheres into the live image
|
||||
* cellGem: fix some data types
|
||||
* Fix some warnings
|
||||
* cellPhotoDecode: allow dev_bdvd paths
|
||||
* cellGem: Split horizontal and vertical mouse rotation cone setting
|
||||
* Qt: fix settings_dialog opening on wrong tab
|
||||
* Qt: fix flow_layout segfault
|
||||
* cellAdec implementation part 2: LPCM decoder (#16381)
|
||||
* cellGem: expose rotation cone to settings
|
||||
* cellCamera: try to fix internal state on stop
|
||||
* Update SDL to 2.30.10
|
||||
* Update curl to 8.11.1
|
||||
* Update 7zip to 24.09
|
||||
* Update OpenAL to 1.24.1
|
||||
* Update FAudio to 24.12
|
||||
* Fix some static analysis warnings
|
||||
* Fix warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 14:58:59 UTC 2024 - Hunter Wardlaw <wardlawhunter@gmail.com>
|
||||
|
||||
- Update to version 0.0.34~git20241217:
|
||||
* Fix unused p2p socket closing
|
||||
* rsx: Improve MM synchronization
|
||||
* rsx: Revert bounds optimization on RO texture load
|
||||
* rsx: Improve performance even more when async MM is active
|
||||
* rsx: Restore previous (incorrect) low-precision format handling
|
||||
* rsx/qt: Add option to disable async host MM to GUI
|
||||
* Fix linux build
|
||||
* rsx: Fix texture renormalization flag and fix windows build
|
||||
* rsx: Fix OpenGL deadlock
|
||||
* rsx: Make the deferred mm flush option usable with OpenGL
|
||||
* rsx/vk: Implement asynchronous host memory management.
|
||||
* Fixup Intel macOS builds
|
||||
* Revert Qt to 6.7.3 for macOS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 15:01:32 UTC 2024 - Hunter Wardlaw <wardlawhunter@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.34~git20241213
|
||||
Version: 0.0.34~git20241223
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user