From dff364316258aae958e381a38039ee2a979ef9445fdcae48926248c2ff852703 Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Mon, 25 Mar 2024 14:12:47 +0000 Subject: [PATCH] - Update to version 0.0.31~git20240325: * Savestates/SPU: Add RCHCNT as a safe return in compatiblity mode * Fix ppu_thread::serialize_common * Fixup Savestate Segfault * Fixup Savestate Progress * Reduce compression level to 8 for faster compression * util\serialization_ext.cpp: Fix queued data with no output * Fix NPD files decryption in decryption tool * GUI: Progress Dialog On Save State Creation * utils: Fix shared_ptr::store/exchange * Add logging for CallFromMainThread * PPU LLVM: Remove one external symbol resolve for BLR * PPU LLVM: Use symbol resolver function to resolve functions * PPU DisAsm: Fixup conditional indirect branches disasm * Enable WOLFSSL_ALT_CERT_CHAINS OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=105 --- _servicedata | 2 +- rpcs3-0.0.31~git20240314.tar.xz | 3 --- rpcs3-0.0.31~git20240325.tar.xz | 3 +++ rpcs3.changes | 19 +++++++++++++++++++ rpcs3.spec | 2 +- 5 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 rpcs3-0.0.31~git20240314.tar.xz create mode 100644 rpcs3-0.0.31~git20240325.tar.xz diff --git a/_servicedata b/_servicedata index 1c4b6eb..50c4f73 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ https://github.com/RPCS3/rpcs3.git - 40adf4b94441d9f0284fa714b96c3f6346f7caf7 \ No newline at end of file + adedc7c66762c06aff6df7b49f89336f78999511 \ No newline at end of file diff --git a/rpcs3-0.0.31~git20240314.tar.xz b/rpcs3-0.0.31~git20240314.tar.xz deleted file mode 100644 index 86d5e16..0000000 --- a/rpcs3-0.0.31~git20240314.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd3e2e7b46b8ec24991d184e68671a70634a1d12b4f62edf55a1aa61b8c1e8cf -size 32939024 diff --git a/rpcs3-0.0.31~git20240325.tar.xz b/rpcs3-0.0.31~git20240325.tar.xz new file mode 100644 index 0000000..f65f3a1 --- /dev/null +++ b/rpcs3-0.0.31~git20240325.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9203509e17bf88bf00679ffbff25fcffe6cc191bf6c9609319d713896f9e3848 +size 32935668 diff --git a/rpcs3.changes b/rpcs3.changes index 99e9cff..591f71b 100644 --- a/rpcs3.changes +++ b/rpcs3.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Mar 25 13:49:42 UTC 2024 - i@guoyunhe.me + +- Update to version 0.0.31~git20240325: + * Savestates/SPU: Add RCHCNT as a safe return in compatiblity mode + * Fix ppu_thread::serialize_common + * Fixup Savestate Segfault + * Fixup Savestate Progress + * Reduce compression level to 8 for faster compression + * util\serialization_ext.cpp: Fix queued data with no output + * Fix NPD files decryption in decryption tool + * GUI: Progress Dialog On Save State Creation + * utils: Fix shared_ptr::store/exchange + * Add logging for CallFromMainThread + * PPU LLVM: Remove one external symbol resolve for BLR + * PPU LLVM: Use symbol resolver function to resolve functions + * PPU DisAsm: Fixup conditional indirect branches disasm + * Enable WOLFSSL_ALT_CERT_CHAINS + ------------------------------------------------------------------- Sat Mar 16 04:30:19 UTC 2024 - i@guoyunhe.me diff --git a/rpcs3.spec b/rpcs3.spec index b5c3230..e3eedc7 100644 --- a/rpcs3.spec +++ b/rpcs3.spec @@ -17,7 +17,7 @@ Name: rpcs3 -Version: 0.0.31~git20240314 +Version: 0.0.31~git20240325 Release: 0 Summary: PS3 emulator/debugger License: GPL-2.0-only