SHA256
1
0
forked from pool/rpcs3

- Update to version 0.0.30~git20240112:

* media_utils: fix segfault when stopping a recording
  * cellFont: some stubs
  * Ensure HDD1 is never damaged or corrupted due to unexpected RPCS3/game termination
  * cellMouse: silence some log spam
  * audio_decoder: fix more memleaks and dangling files
  * cellMusicDecode: fix random pop at the end of a stream
  * cellSearch: fix vfs music and video paths
  * get_media_info: improve logging
  * audio_decoder: ignore first invalid data error
  * audio_decoder: improve logging
  * audio_decoder: properly free packets
  * audio_decoder: check for failed av_packet_alloc
  * overlays: decrease log level
  * cellVideoExport: export movies to /video/ instead of /movie
  * Windows: remove QtCore5Compat dependency
  * Update FAudio to 24.01
  * sdl: log version
  * sys_ss: Corrected sys_ss_update_manager(0x6011) version data format
  * sys_fs: Improved get_device_root() path identifying security
  * sys_fs: Prevented duplicate device mounting
  * sys_fs: Fixed sys_fs_unlink()'s failing to delete files in dev_usbXXX
  * Honk if you knew memset(nullptr, 0, 0) was UB
  * Fix weird cmp in np_handler.cpp
  * Fix games passing invalid npids
  * sceNp: don't return error if assignedReqId is null
  * sceNp: add missing roomPassword check
  * sceNp: add missing withPassword check
  * sceNp: add missing check for roomSlotInfo
  * Misc NP fixes

OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=90
This commit is contained in:
Yunhe Guo 2024-01-13 05:56:08 +00:00 committed by Git OBS Bridge
parent fc8e713803
commit 6b3abe5fa4
6 changed files with 44 additions and 7 deletions

View File

@ -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">80b7fd5f3f300b2afcb8cf483c7f7ba8a91c2c99</param></service></servicedata> <param name="changesrevision">f7fa5aab701a7ea51d35edf41dcfb7f415eb8a1f</param></service></servicedata>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:87057883d2ad136077772292391f4d5ca61441b1896928bdf0c263130eee381d oid sha256:abc3b3b3c426c729e5bb86124e528505e0af5a61daebce81bc16720c11450eae
size 131860 size 130040

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f88c8978047e98be3cb79e4d9865986a3819663e3e178cde704d44a6cec4211
size 54773004

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a606da2341064378295bc17e663f99c05e1aaefa905a132ec6ac88beb6ad35ee
size 54773552

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sat Jan 13 05:30:40 UTC 2024 - i@guoyunhe.me
- Update to version 0.0.30~git20240112:
* media_utils: fix segfault when stopping a recording
* cellFont: some stubs
* Ensure HDD1 is never damaged or corrupted due to unexpected RPCS3/game termination
* cellMouse: silence some log spam
* audio_decoder: fix more memleaks and dangling files
* cellMusicDecode: fix random pop at the end of a stream
* cellSearch: fix vfs music and video paths
* get_media_info: improve logging
* audio_decoder: ignore first invalid data error
* audio_decoder: improve logging
* audio_decoder: properly free packets
* audio_decoder: check for failed av_packet_alloc
* overlays: decrease log level
* cellVideoExport: export movies to /video/ instead of /movie
* Windows: remove QtCore5Compat dependency
* Update FAudio to 24.01
* sdl: log version
* sys_ss: Corrected sys_ss_update_manager(0x6011) version data format
* sys_fs: Improved get_device_root() path identifying security
* sys_fs: Prevented duplicate device mounting
* sys_fs: Fixed sys_fs_unlink()'s failing to delete files in dev_usbXXX
* Honk if you knew memset(nullptr, 0, 0) was UB
* Fix weird cmp in np_handler.cpp
* Fix games passing invalid npids
* sceNp: don't return error if assignedReqId is null
* sceNp: add missing roomPassword check
* sceNp: add missing withPassword check
* sceNp: add missing check for roomSlotInfo
* Misc NP fixes
* Add -Werror=implicit-fallthrough to cmake build
* Improve sceNpEula
* Impl sceNpBasicSendMessage
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 07 10:28:18 UTC 2024 - i@guoyunhe.me Sun Jan 07 10:28:18 UTC 2024 - i@guoyunhe.me

View File

@ -17,7 +17,7 @@
Name: rpcs3 Name: rpcs3
Version: 0.0.30~git20240105 Version: 0.0.30~git20240112
Release: 0 Release: 0
Summary: PS3 emulator/debugger Summary: PS3 emulator/debugger
License: GPL-2.0-only License: GPL-2.0-only