forked from pool/rpcs3
- Update to version 0.0.30~git20240105:
* Check room event callback has been set before calling it * Fix sceNpBasicSetPresence when data is nullptr and size is 0 * vk: Force GPU texture processing if the input is already GPU-resident (Tiled RCB read) * RPCN 0.9 (#15002) * gl: Implement display output format correction * vk: Implement display output format correction * rsx: Add an option to force hardware MSAA resolve * rpcs3_version: Bump to 0.0.30 * whitespace and format * cellSearch: mount paths in /dev_hdd0/.tmp/ instead of /,tmp/ * cellSearch: fix mounting of files * Improve Emulator::GetBdvdDir * Savestates: Experimental pads fix * Fix report_fatal_error duplicate messages * Fix PPU progress dialog hint * sys: fix games.yml hdd paths * Warn on use of privileged port on Linux * rsx: Fix RSX tiling when using optimized DMA views * macOS CI: downgrade ffmpeg (#14987) * cellPad LDD fixup * Qt: Add build version, title, emulation state and date to fatal error dialog * cellPad: Fix LDD pads registration * Savestates/vm: Improve saving performance * sys_spu: Fix warning and theoretical bug * Savestates: Fix g_fxo->init for types which use a pointer * PPUTranslator: Try to fix a regression * Utilities\BitField.h: Try to fix some warnings * Add more debug info in serial_breathe_and_tag() * Savestates: Rename DeferDeserialization, add some asserts OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=89
This commit is contained in:
parent
a5679ecc7d
commit
fc8e713803
@ -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">d4796c46b1195bb9e473f96f94d6f8991f036ac7</param></service></servicedata>
|
<param name="changesrevision">80b7fd5f3f300b2afcb8cf483c7f7ba8a91c2c99</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c90ea0d3e07c2827800f082b27bf236b87c2bb5c826920d815958186d6611b58
|
|
||||||
size 55023232
|
|
3
rpcs3-0.0.30~git20240105.tar.xz
Normal file
3
rpcs3-0.0.30~git20240105.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0f88c8978047e98be3cb79e4d9865986a3819663e3e178cde704d44a6cec4211
|
||||||
|
size 54773004
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 07 10:28:18 UTC 2024 - i@guoyunhe.me
|
||||||
|
|
||||||
|
- Update to version 0.0.30~git20240105:
|
||||||
|
* Check room event callback has been set before calling it
|
||||||
|
* Fix sceNpBasicSetPresence when data is nullptr and size is 0
|
||||||
|
* vk: Force GPU texture processing if the input is already GPU-resident (Tiled RCB read)
|
||||||
|
* RPCN 0.9 (#15002)
|
||||||
|
* gl: Implement display output format correction
|
||||||
|
* vk: Implement display output format correction
|
||||||
|
* rsx: Add an option to force hardware MSAA resolve
|
||||||
|
* rpcs3_version: Bump to 0.0.30
|
||||||
|
* whitespace and format
|
||||||
|
* cellSearch: mount paths in /dev_hdd0/.tmp/ instead of /,tmp/
|
||||||
|
* cellSearch: fix mounting of files
|
||||||
|
* Improve Emulator::GetBdvdDir
|
||||||
|
* Savestates: Experimental pads fix
|
||||||
|
* Fix report_fatal_error duplicate messages
|
||||||
|
* Fix PPU progress dialog hint
|
||||||
|
* sys: fix games.yml hdd paths
|
||||||
|
* Warn on use of privileged port on Linux
|
||||||
|
* rsx: Fix RSX tiling when using optimized DMA views
|
||||||
|
* macOS CI: downgrade ffmpeg (#14987)
|
||||||
|
* cellPad LDD fixup
|
||||||
|
* Qt: Add build version, title, emulation state and date to fatal error dialog
|
||||||
|
* cellPad: Fix LDD pads registration
|
||||||
|
* Savestates/vm: Improve saving performance
|
||||||
|
* sys_spu: Fix warning and theoretical bug
|
||||||
|
* Savestates: Fix g_fxo->init for types which use a pointer
|
||||||
|
* PPUTranslator: Try to fix a regression
|
||||||
|
* Utilities\BitField.h: Try to fix some warnings
|
||||||
|
* Add more debug info in serial_breathe_and_tag()
|
||||||
|
* Savestates: Rename DeferDeserialization, add some asserts
|
||||||
|
* Fix a corner case in lv2_timer_thread abort
|
||||||
|
* Simplify lv2_timer_thread management
|
||||||
|
* Move initialize_timebased_time call to a safer spot
|
||||||
|
* Fix pad_state_notify_state_change
|
||||||
|
* Savestates/cellPad: Save old controller state
|
||||||
|
* Compression: Fix infinite loop
|
||||||
|
* Compression: Improve async compression performance
|
||||||
|
* Savestates/TAR: Fix huge files handling in TAR serialization
|
||||||
|
* SPU LLVM: Minor fixup
|
||||||
|
* Update deploy-mac.sh - libjxl_cms.0.9.dylib
|
||||||
|
* HOTFIX for atomic wait
|
||||||
|
* fixes
|
||||||
|
* fix some more warnings
|
||||||
|
* Update wolfssl to v5.6.6
|
||||||
|
* rsx: remove unused param
|
||||||
|
* fix more warnings
|
||||||
|
* fix some warnings
|
||||||
|
* sceNp: fix size_t data types
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 30 15:45:53 UTC 2023 - i@guoyunhe.me
|
Sat Dec 30 15:45:53 UTC 2023 - i@guoyunhe.me
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rpcs3
|
# spec file for package rpcs3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rpcs3
|
Name: rpcs3
|
||||||
Version: 0.0.29~git20231230
|
Version: 0.0.30~git20240105
|
||||||
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