From 96215d789ee13103f615ba45e1d5a226f3b4ac4d587c845077a571a1117b6bd8 Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Fri, 14 Apr 2023 16:31:05 +0000 Subject: [PATCH] - Update to version 0.0.27~git20230414: * SPU LLVM: use atomic loads in read channel count * SPU LLVM: fix savestate safety guards * PPU LLVM: disable DSE pass and use volatile store/loads * Add savestate buttons to home menu * cellMic: fix mic type regression * cellMic: fallback to proper sampling rate if necessary * cellMic: change some log levels * cellMic: fallback to 4,2,1 channels by default * cellMic: add some error checks * cellMic: minor format changes for readability * Debugger: Fix step over (#13649) * Try even lower * vk: GTX970 workaround * Forces deterministic FP operations when online * Loader: Make executable analyzation not halt UI when launching games * Fix deref in cellSaveData log * Update build-mac.sh * Skylander Portal: Trap Team Audio Transfers OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=52 --- _servicedata | 2 +- rpcs3-0.0.27~git20230411.tar.xz | 3 --- rpcs3-0.0.27~git20230414.tar.xz | 3 +++ rpcs3.changes | 23 +++++++++++++++++++++++ rpcs3.spec | 2 +- 5 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 rpcs3-0.0.27~git20230411.tar.xz create mode 100644 rpcs3-0.0.27~git20230414.tar.xz diff --git a/_servicedata b/_servicedata index d173516..f003908 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ https://github.com/RPCS3/rpcs3.git - 06b0e35fb9ec0a98e37432614b5b74538ea8b400 \ No newline at end of file + ba29f0ccd1d47fc01eb8d0b7695108270d705a82 \ No newline at end of file diff --git a/rpcs3-0.0.27~git20230411.tar.xz b/rpcs3-0.0.27~git20230411.tar.xz deleted file mode 100644 index 904c7ca..0000000 --- a/rpcs3-0.0.27~git20230411.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ad592ad756b0dcc7e76499957c3df840583e64227c7e34cb7cb50cd0117d463 -size 62380192 diff --git a/rpcs3-0.0.27~git20230414.tar.xz b/rpcs3-0.0.27~git20230414.tar.xz new file mode 100644 index 0000000..c269680 --- /dev/null +++ b/rpcs3-0.0.27~git20230414.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2612fc35cc93b342882be0fc0c9551bd659917c6586ac9c04549053609482df7 +size 62401592 diff --git a/rpcs3.changes b/rpcs3.changes index b64bf3b..446e352 100644 --- a/rpcs3.changes +++ b/rpcs3.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Apr 14 16:21:29 UTC 2023 - i@guoyunhe.me + +- Update to version 0.0.27~git20230414: + * SPU LLVM: use atomic loads in read channel count + * SPU LLVM: fix savestate safety guards + * PPU LLVM: disable DSE pass and use volatile store/loads + * Add savestate buttons to home menu + * cellMic: fix mic type regression + * cellMic: fallback to proper sampling rate if necessary + * cellMic: change some log levels + * cellMic: fallback to 4,2,1 channels by default + * cellMic: add some error checks + * cellMic: minor format changes for readability + * Debugger: Fix step over (#13649) + * Try even lower + * vk: GTX970 workaround + * Forces deterministic FP operations when online + * Loader: Make executable analyzation not halt UI when launching games + * Fix deref in cellSaveData log + * Update build-mac.sh + * Skylander Portal: Trap Team Audio Transfers + ------------------------------------------------------------------- Tue Apr 11 15:56:48 UTC 2023 - Yunhe Guo diff --git a/rpcs3.spec b/rpcs3.spec index 18b638b..a26caf7 100644 --- a/rpcs3.spec +++ b/rpcs3.spec @@ -17,7 +17,7 @@ Name: rpcs3 -Version: 0.0.27~git20230411 +Version: 0.0.27~git20230414 Release: 0 Summary: PS3 emulator/debugger License: GPL-2.0-only