diff --git a/_servicedata b/_servicedata index f5b0832..e9ab8fa 100644 --- a/_servicedata +++ b/_servicedata @@ -1,8 +1,8 @@ git://github.com/RPCS3/rpcs3 - 665bb8329786e39aca0fd082870ae83996c06c56 + c7e853bf99a0c135a69fdf903fb033254e43492a https://github.com/RPCS3/rpcs3.git - 665bb8329786e39aca0fd082870ae83996c06c56 \ No newline at end of file + c7e853bf99a0c135a69fdf903fb033254e43492a \ No newline at end of file diff --git a/rpcs3-0.0.34~git20250128.tar.xz b/rpcs3-0.0.34~git20250128.tar.xz deleted file mode 100644 index 99e7454..0000000 --- a/rpcs3-0.0.34~git20250128.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ad7957ed49092ccf403610c04e4e7cf11c3311e2902f9b1a9c53ae4d3d77dc2 -size 40637232 diff --git a/rpcs3-0.0.34~git20250207.tar.xz b/rpcs3-0.0.34~git20250207.tar.xz new file mode 100644 index 0000000..e49e450 --- /dev/null +++ b/rpcs3-0.0.34~git20250207.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c9acb17498d4b40583bb3a23761c3cfb6d4df3a554b543f7dc386106814455 +size 39427936 diff --git a/rpcs3.changes b/rpcs3.changes index 712f6d2..7077c13 100644 --- a/rpcs3.changes +++ b/rpcs3.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Sat Feb 08 01:15:49 UTC 2025 - Hunter Wardlaw + +- 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 diff --git a/rpcs3.spec b/rpcs3.spec index f65952e..0af43cc 100644 --- a/rpcs3.spec +++ b/rpcs3.spec @@ -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)