Accepting request 1244297 from Emulators
OBS-URL: https://build.opensuse.org/request/show/1244297 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpcs3?expand=0&rev=36
This commit is contained in:
commit
9638c78502
@ -1,8 +1,8 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/RPCS3/rpcs3</param>
|
||||
<param name="changesrevision">665bb8329786e39aca0fd082870ae83996c06c56</param>
|
||||
<param name="changesrevision">c7e853bf99a0c135a69fdf903fb033254e43492a</param>
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">665bb8329786e39aca0fd082870ae83996c06c56</param></service></servicedata>
|
||||
<param name="changesrevision">c7e853bf99a0c135a69fdf903fb033254e43492a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ad7957ed49092ccf403610c04e4e7cf11c3311e2902f9b1a9c53ae4d3d77dc2
|
||||
size 40637232
|
3
rpcs3-0.0.34~git20250207.tar.xz
Normal file
3
rpcs3-0.0.34~git20250207.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5c9acb17498d4b40583bb3a23761c3cfb6d4df3a554b543f7dc386106814455
|
||||
size 39427936
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 08 01:15:49 UTC 2025 - Hunter Wardlaw <wardlawhunter@gmail.com>
|
||||
|
||||
- Update to version 0.0.34~git20250207:
|
||||
* PPU Analyzer: GPR-assisted jump table analysis
|
||||
* PPU Analyzer: Opt-out suspected floats from instruction stream
|
||||
* PPU Analyzer: Clean addr_heap fron non-valid code
|
||||
* PPU LLVM: Fix compilation of PRX with no relocations
|
||||
* cellVdec: implement cellVdecOpenExt
|
||||
* win: Add more llvm prebuilt paths
|
||||
* Update docker for llvm 19
|
||||
* mac/llvm: fix libunwind path
|
||||
* Update LLVM to 19.1.7
|
||||
* cellL10n: implement SBCS conversions
|
||||
* Update curl to 8.12.0
|
||||
* cellL10n: fix compilation on linux
|
||||
* cellL10n: Use string_view
|
||||
* cellL10n: implement ucs2/utf8/16/23 conversions
|
||||
* Fixup PPU block unfolding
|
||||
* cellMusic: always select the whole playlist instead of a single track
|
||||
* cellMusic: fix volume. Qt needs a value between 0 and 1
|
||||
* cellMusic: make selection context valid when setting a playlist
|
||||
* Input/DS4: use hid_write instead of hid_write_control
|
||||
* Qt: ignore all game window hotkeys on "disable kb hotkeys"
|
||||
* cellGem: reduce cellCamera log spam by setting some camera features
|
||||
* update_manager: use v3 api for all OS
|
||||
* ppu/arm64: Fix ppu_recompiler_fallback implementation for ARM processors
|
||||
* Update SDL to 2.30.12
|
||||
* Update Fusion to 1.2.8
|
||||
* Update FAudio to 25.02
|
||||
* Update libpng to 1.6.46
|
||||
* Set openal system version to 10.0
|
||||
* Fix some warnings
|
||||
* Re-enable TSC on ryzen CPUs
|
||||
* rsx: Fix graphics corruption when switching between shader interpreter and recompiler at runtime
|
||||
* SPU LLVM: Replace xorsum with simple checksum
|
||||
* Enable Time-based TSC for non-Ryzen CPUs
|
||||
* PPU Analyzer: Fix per-instruction code submission
|
||||
* SPU LLVM: Use 512bit xorsum for SPU verification
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 14:37:28 UTC 2025 - Hunter Wardlaw <wardlawhunter@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rpcs3
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.34~git20250128
|
||||
Version: 0.0.34~git20250207
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
@ -28,7 +28,7 @@ Patch1: fix-test-files.patch
|
||||
Patch2: fix-toolbar-color.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: llvm-devel >= 17
|
||||
BuildRequires: cmake(x86-64) >= 3.16.9
|
||||
BuildRequires: cmake(x86-64) >= 3.28.0
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libedit)
|
||||
BuildRequires: pkgconfig(libevdev)
|
||||
|
Loading…
x
Reference in New Issue
Block a user