SHA256
1
0
forked from pool/rpcs3

Accepting request 1170363 from Emulators

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1170363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpcs3?expand=0&rev=23
This commit is contained in:
Ana Guerrero 2024-04-30 15:26:29 +00:00 committed by Git OBS Bridge
commit e897c1ddb9
6 changed files with 76 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">f51b100a8c8ca04b733f4e3d1755b9dc22f12345</param></service></servicedata> <param name="changesrevision">dff7352e2eca04ebdddff21e44c1130dcc13f0aa</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:7b760568b9699cb3a411dc71d4b24dd8934c58b8fcd89951969950aaa5b36619 oid sha256:393c23f9de0f7f5b689ff37ab5018596e2efef6e1c082cf103410d4670e0d7bb
size 129960 size 130908

View File

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

View File

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

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Sat Apr 20 04:41:58 UTC 2024 - i@guoyunhe.me
- Update to version 0.0.31~git20240420:
* llvm: silence warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
* cellSysutilAvc2MicRead: Fix some nonsensical nullptr deref warning
* cellKb: fix missing slashes and brackets on japanese layout
* cellKb: actually set the arrange member
* Use unordered map to store keyboard keys
* SPU Analyzer: Filter calls to calls
* PPU Analyzer: Look for functions using callers (fallback)
* PPU LLVM: Fix crash in Unity games
* savestate_utils.cpp: Fixup a tiny bug
* Qt: try to fix sound effects
* overlays/osk: Don't use meta out key code in the osk overlay
* fix some warnings and typos
* cellSysutilAvc2: improve unload and some more stuff
* uDraw emulation [3]
* uDraw emulation [2]
* Sort IO files
* uDraw emulation
* rsx: Make const explicitly unsigned
* rsx: Improve ROP output rounding precision
* Fix typo in System.cpp
* Fix OVL patching
* rsx: Fix intra-draw-call barrier queueing
* Buzz update
* Fix some msvc for loop warning
* fix some warnings
* Set a unique System Name
* rsx: Fix vertex texture invalidation
* rsx: Fix some broken latch checks
* vk: Always initialize internal objects
* Attempt at bundling wayland libraries
* Savestates: Fixup
* SPU: Add debug information when logging analyzer failures
* Add SPU Profiler to GUI
* CPUThread.cpp: Add reservation sampling
* SPU: Fixup breakpoints
* Savestates: serilialize avc2_settings
* Savestates: Add save stage names
* Progress Dialog: Force update every 20 seconds
* savestate_utils.cpp: Fix out-of-range bug
* Savestates: Make non-existing versions 0
* Default constructor for avc2_settings
* Add missing newline
* Update CMakelists.txt
* Get reworked RSX to compile
* rsx: Separate register context from RSX thread
* fix CellSysutilAvc2InitParam
* cellSysutilAvc2Load_shared: simplify max_video_windows check
* cellSysutilAvc2Load_shared: re-arrange streaming_mode checks
* cellSysutilAvc2Load_shared: review fixes
* cellSysutilAvc2Load_shared: use utils::align for total_bitrate
* cellSysutilAvc2Load_shared: fix compilation
* Only send cellSysutilAvc2LoadAsync callback with CELL_SYSUTIL_AVC2_VOICE_CHAT
* Fix callback_func check for CELL_SYSUTIL_AVC2_VIDEO_CHAT
* move cellSysutilAvc2LoadAsync to cellSysutilAvc2Load
* cellSysutilAvc2Load: param checks
* Initialize CB in cellSysutilAvc2Load
* SPU/Debugger: Use bitset for breakpoints
* SPU: Use bitset to reduce memory for compiler instance
* Logs: output always message level to debuggers
* GUI/CLI: Add setting to attach command line (Win32)
* PPU/reservations: send thread notification only if data changed
* Handle R16G16B16X16_FLOAT
* cellRtc: review + warning fixes
* cellRtc: tick conversion improvements
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 10 12:48:01 UTC 2024 - i@guoyunhe.me Wed Apr 10 12:48:01 UTC 2024 - i@guoyunhe.me

View File

@ -17,7 +17,7 @@
Name: rpcs3 Name: rpcs3
Version: 0.0.31~git20240409 Version: 0.0.31~git20240420
Release: 0 Release: 0
Summary: PS3 emulator/debugger Summary: PS3 emulator/debugger
License: GPL-2.0-only License: GPL-2.0-only